mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
feat: app-css-loader & suppress env warning in ng projects
This commit is contained in:
@ -140,6 +140,9 @@ export default function (config: Config, env: IWebpackEnv = _env): Config {
|
||||
.rule('bundle')
|
||||
.enforce('post')
|
||||
.test(entryPath)
|
||||
.use('app-css-loader')
|
||||
.loader('app-css-loader')
|
||||
.end()
|
||||
.use('nativescript-hot-loader')
|
||||
.loader('nativescript-hot-loader')
|
||||
.options({
|
||||
|
Reference in New Issue
Block a user