|
9e73a63cb3
|
refactor: simplify copy handling
|
2021-03-02 20:23:04 -08:00 |
|
|
93d25e6572
|
chore: tweaks & fixes (#9109)
* fix: correct bundle analyzer settings
* fix: svelte config fix
* fix: CopyWebpackPlugin fixed ignore
* chore: tabs fix
|
2021-03-02 20:23:04 -08:00 |
|
|
ff013096f7
|
chore: add JSDocs
|
2021-03-02 20:23:04 -08:00 |
|
|
6817886cd7
|
chore: cleanup
|
2021-03-02 20:23:04 -08:00 |
|
|
54dd20e90a
|
feat: extract platforms
|
2021-03-02 20:23:04 -08:00 |
|
|
0f14fc9d47
|
feat: add postcss-loader by default
|
2021-03-02 20:23:04 -08:00 |
|
|
1086c6f9b3
|
feat: addCopyRule removeCopyRule helpers
|
2021-03-02 20:23:04 -08:00 |
|
|
a014bbffb8
|
chore: cleanup
|
2021-03-02 20:23:04 -08:00 |
|
|
1cd6df370b
|
chore: organize test files
|
2021-03-02 20:23:04 -08:00 |
|
|
5181769328
|
feat: platform suffix resolution [wip]
|
2021-03-02 20:23:04 -08:00 |
|
|
d537fa0e6a
|
feat: add entryDir helper + update aliases
|
2021-03-02 20:23:04 -08:00 |
|
|
c9455e67ad
|
fix: xml namespace loader test
|
2021-03-02 20:23:04 -08:00 |
|
|
696389d031
|
feat: ported xml-namespace-loader
|
2021-03-02 20:23:04 -08:00 |
|
|
e1abbd9d60
|
feat: webpackChain options
Implement { last: true }
|
2021-03-02 20:23:04 -08:00 |
|
|
523f6bbef2
|
feat: initial angular support + clean up tests
|
2021-03-02 20:23:04 -08:00 |
|
|
e8888719be
|
feat: add ForkTsChecker
|
2021-03-02 20:23:04 -08:00 |
|
|
f967606b3a
|
fix: supress A11y warnings for svelte
|
2021-03-02 20:23:04 -08:00 |
|
|
34987d6662
|
fix: svelte and css2json-loader
|
2021-03-02 20:23:04 -08:00 |
|
|
c4655c4908
|
feat: svelte config (#9061)
* wip: svelte webpack5
* added project svelte config
* svelte snapshot
|
2021-03-02 20:23:04 -08:00 |
|
|
19e38f8c2f
|
feat: add micro cli for initializing the config
|
2021-03-02 20:23:04 -08:00 |
|
|
6448303425
|
chore: organize imports
|
2021-03-02 20:23:04 -08:00 |
|
|
93db85a593
|
fix: sass + add copy plugin
|
2021-03-02 20:23:04 -08:00 |
|
|
cabf62624e
|
fix: sass handling
|
2021-03-02 20:23:04 -08:00 |
|
|
0c56d51f6d
|
wip: better IPC messaging with the CLI
|
2021-03-02 20:23:04 -08:00 |
|
|
37b1569796
|
fix: emittedFiles
|
2021-03-02 20:23:04 -08:00 |
|
|
d05e4ca1f7
|
test: add merge tests
|
2021-03-02 20:23:04 -08:00 |
|
|
9e091c4bfd
|
feat: apply-css-loader hmr code
|
2021-03-02 20:23:04 -08:00 |
|
|
bb80853db4
|
feat: make react config functional
|
2021-03-02 20:23:04 -08:00 |
|
|
110ec92333
|
fix: load globals first
|
2021-03-02 20:23:04 -08:00 |
|
|
a1abd07c73
|
feat: export Utils
|
2021-03-02 20:23:04 -08:00 |
|
|
d46d59abe4
|
feat: add merging logic
|
2021-03-02 20:23:04 -08:00 |
|
|
9760882e24
|
refactor: clean up logging
|
2021-03-02 20:23:04 -08:00 |
|
|
58b44ff10c
|
chore: remove console.log
|
2021-03-02 20:23:04 -08:00 |
|
|
877c513a1e
|
fix: NativeClass transformer import
|
2021-03-02 20:23:04 -08:00 |
|
|
96799ac174
|
fix: use compiler object
|
2021-03-02 20:23:04 -08:00 |
|
|
d28afde904
|
chore: bump cli-highlight
|
2021-03-02 20:23:04 -08:00 |
|
|
575130c712
|
feat: external config loading
+refactor many pieces
|
2021-03-02 20:23:04 -08:00 |
|
|
04d989c2e6
|
refactor: improve css2json and apply-css loaders
optimize vendor chunks
|
2021-03-02 20:23:04 -08:00 |
|
|
2bd7c44038
|
feat: css loading
|
2021-03-02 20:23:04 -08:00 |
|
|
caae913257
|
fix: clean path should be absolute
|
2021-03-02 20:23:04 -08:00 |
|
|
19d12f13d3
|
refactor: move getPlatform to helpers
|
2021-03-02 20:23:04 -08:00 |
|
|
4b992958d0
|
chore: add types for terser plugin
|
2021-03-02 20:23:04 -08:00 |
|
|
7e8c6a900a
|
chore: add comments
|
2021-03-02 20:23:04 -08:00 |
|
|
1e2c8e9932
|
chore: more base configuration
|
2021-03-02 20:23:04 -08:00 |
|
|
da476af3ec
|
chore: scaffold config auto-discovery
|
2021-03-02 20:23:04 -08:00 |
|
|
0e85c7508e
|
type: improve types for useConfig
|
2021-03-02 20:23:04 -08:00 |
|
|
cb7108d33c
|
feat: implement basic public api
|
2021-03-02 20:23:04 -08:00 |
|
|
ae12ee9324
|
chore: rename things
|
2021-03-02 20:23:04 -08:00 |
|
|
8f951439e3
|
chore: rename use name
|
2021-03-02 20:23:04 -08:00 |
|
|
b770e2a69c
|
refactor: rename plugins
|
2021-03-02 20:23:04 -08:00 |
|