Commit Graph

21 Commits

Author SHA1 Message Date
Sami Mazouz
e7fc29a59f
feat(jest): create jest config package for unit testing (#3678)
* feat(jest): create jest config package for unit testing
* chore: housekeeping
* fix: now we need to explicitly allow importing without extension
* fix: recover EditorDriverInterface import
* Apply suggestions from code review
* chore: yarn

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
2023-02-08 22:02:40 +01:00
David Wheatley
08c2e9f198 feat: add support for Plug'n'Play package managers (#14)
* chore: use yarn berry with pnp

* feat: add plug'n'play support

* chore: add yarn gitattributes

* typo: fix comment
2021-11-08 23:53:18 +00:00
Alexander Skvortsov
7de88fb499 Update externals function syntax 2021-10-27 17:10:47 -04:00
David Wheatley
abea6716eb Add Webpack Bundle Analyzer to webpack config (#12) 2021-05-12 19:05:27 -04:00
David Wheatley
4bdb02a878 Move Typescript configuration to webpack config from core (#11) 2021-05-11 20:28:31 -04:00
David Wheatley
3610f08d6b Support Mithril fragments with <></> syntax (#10)
* Support Mithril fragments with `<></>` syntax

* Use '[' for pragmaFrag
2021-05-10 12:23:08 +01:00
David Wheatley
8c2642b2f2 Fix Flarum on iOS 10 and below (#9)
* Ignore .vscode folder

* Add Prettier config

* Change author to 'Flarum Team'

* Bump deps to latest version

* Format with prettier; add `loose` where needed

* Don't exclude node modules from Babel processing
2021-05-04 00:39:10 +01:00
Toby Zerner
fe51b5faf2 Add Object.assign polyfill for IE11 support, update dependencies 2018-11-17 16:23:34 +10:30
Toby Zerner
bb780f9b09 Add devtoolNamespace to fix sourcemap conflicts 2018-08-25 19:42:08 +09:30
Toby Zerner
128780d961 Fix compat reference 2018-06-16 22:39:31 +09:30
Toby Zerner
2c90164a35 Add useExtensions option 2018-06-16 14:34:38 +09:30
Toby Zerner
fca781f98a Update flarum core global reference 2018-06-16 13:53:47 +09:30
Toby Zerner
2960d25c82 Export into module.exports for Flarum to pick up 2018-06-16 13:52:53 +09:30
Toby Zerner
4f2ca74063 Change output location 2018-06-16 13:52:07 +09:30
Toby Zerner
f106732a2e Remove support for non-relative-path modules within a package 2018-06-16 13:51:04 +09:30
Toby Zerner
3c98e8e863 Relocate source files to package root 2018-06-16 13:49:34 +09:30
Toby Zerner
14825b58a7 Optimize babel config to reduce output filesize 2018-06-16 13:48:04 +09:30
Toby Zerner
d67d60c52b Update for new JS directory structure + multiple entry points + sourcemaps 2018-06-03 14:18:41 +09:30
Toby Zerner
49fa832a9b Remove compatPrefix option
Aliasing was only working for the `src` directory, it would not find
modules in the `lib` directory. Therefore the easiest way to migrate
will be to remove the prefix manually from import statements.
2018-02-24 17:03:09 +10:30
Toby Zerner
99aa1bd769 Add documentation 2018-02-24 16:29:19 +10:30
Toby Zerner
2b80a9913c Initial commit 2018-02-24 16:01:59 +10:30