125 Commits

Author SHA1 Message Date
f99fb2df23 chore: ignore tsc erro 2021-08-11 13:41:30 +02:00
568defa23a Merge branch 'webpack5_refactor' of github.com:Akylas/NativeScript
# Conflicts:
#	.eslintrc.json
#	packages/core/bundle-entry-points.ts
#	packages/core/ui/core/bindable/index.ts
#	packages/core/ui/styling/style-scope.ts
#	packages/core/xml/index.ts
#	packages/webpack5/src/configuration/base.ts
#	packages/webpack5/src/helpers/index.ts
2021-07-26 17:33:18 +02:00
279b0b1d20 fix: terser options 2021-04-06 15:44:51 +02:00
6afd5a65c3 fix(angular): styleURLs 2021-04-06 15:44:38 +02:00
ca04224906 chore: update snapshots 2021-04-05 15:28:18 +02:00
ef00b434ef chore: rename exclusion 2021-04-05 15:28:08 +02:00
458c4eba88 fix: context regext to match the dot, exclude .d.ts 2021-04-05 15:27:48 +02:00
13b3364e62 fix: exclude App_Resources from context
fixes #9299
2021-04-05 15:27:12 +02:00
d8067a553f fix: resolving loaders from non-hoisted deps 2021-04-02 14:53:04 +02:00
1627f52043 feat: warnOnce & graceful error handling 2021-04-01 17:55:45 +02:00
7edb1e90b0 fix: copy stubs step 2021-04-01 17:55:21 +02:00
fb2c291063 feat: look for loaders in project node_modules first 2021-04-01 17:55:11 +02:00
1025270fad fix: node_module resolution when using relative packages 2021-04-01 17:00:19 +02:00
de13357a09 chore: fix tests 2021-03-31 21:33:30 +02:00
a7771cc8ab fix: read __CSS_PARSER__ from config (#9290)
* fix: read __CSS_PARSER__ from config

* fix: missing import and default value

* imports order
2021-03-31 21:27:29 +02:00
c2aca14dd5 chore: pin deps 2021-03-30 23:52:16 +02:00
bfd50f27c7 chore: use relative import for app.s?css 2021-03-30 23:52:03 +02:00
f7530fe4e1 fix: app-css-loader to look for platform specific app s?css files too 2021-03-30 14:34:30 +02:00
0999d6fe3e feat: app-css-loader & suppress env warning in ng projects 2021-03-29 22:17:29 +02:00
7d5f4a48ac feat: drop webpack-filter-warnings-plugin in favor of built-in ignoreWarnings 2021-03-29 13:59:33 +02:00
687bc641a5 fix: fileReplacements should be relative to app root 2021-03-29 13:59:09 +02:00
fd5f4a023f chore: drop unused env flags 2021-03-29 13:58:43 +02:00
c2297464bc fix: print errorDetails with env.verbose 2021-03-29 13:58:22 +02:00
44c8ef9993 fix: make nsv template compiler optional 2021-03-29 13:57:55 +02:00
c922e77129 style: run prettier on webpack5 files 2021-03-29 01:24:23 +02:00
c55782bfaf chore: clean up unused code 2021-03-29 01:20:43 +02:00
7594d00ed9 feat: env based replacements (#9286)
* feat: file replacement handling for TS and pure file copy replacements

* test: add tests for replacements & refactor a bit

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2021-03-29 01:13:51 +02:00
0b32d5a88d fix: hmr runtime for core/ts 2021-03-28 23:04:15 +02:00
78ad71db6c test: update snapshots 2021-03-28 19:48:44 +02:00
f8cc505a94 fix: look for tsconfig.app.json in ng projects 2021-03-28 19:39:41 +02:00
6dc0c7e285 chore: clean up HMR runtime 2021-03-28 19:39:22 +02:00
b2a636e307 chore: clean up old WatchStateLoggerPlugin 2021-03-26 23:20:27 +01:00
b7da9d573f chore: cleanup 2021-03-26 22:58:49 +01:00
75e6009b8a chore: implement basic devServer 2021-03-26 22:16:36 +01:00
bb23bca3ce chore: bump deps 2021-03-26 22:15:35 +01:00
8855ca4373 chore: HMRRuntime injection (wip) 2021-03-24 17:27:35 +01:00
3a28f9eef6 fix: patch vue-loader for hmr 2021-03-12 16:08:28 +01:00
6cc0ce3d57 feat: core-hmr handling & watch ignore 2021-03-11 23:05:47 +01:00
0e8336f1d9 chore: cleanup imports 2021-03-11 16:28:11 +01:00
da25b30992 chore: cleanup 2021-03-11 16:22:12 +01:00
437c3b41f9 feat: support workspace configs 2021-03-11 16:19:05 +01:00
0353d68781 chore: bump deps & drop clean-webpack-plugin in favor of clean:true 2021-03-09 18:45:28 +01:00
d2abd58174 feat: add worker support 2021-03-07 19:33:52 +01:00
02d2befc8a refactor: simplify project file lookup 2021-03-07 19:33:42 +01:00
39d90d5c32 chore: mock os.networkInterfaces 2021-03-05 18:28:00 +01:00
aa0daba6a5 feat: ips helper, ts config, cleanups 2021-03-05 15:34:16 +01:00
7b24dc7a80 chore: cleanup loaders 2021-03-02 22:01:29 +01:00
73e97116d5 fix: handle appComponents (closes #9126) 2021-03-02 20:11:47 +01:00
43dc99784a style: move import 2021-03-02 19:20:09 +01:00
0a1ba16436 feat: parse --env.<flags> [WIP] 2021-03-02 18:50:10 +01:00