We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ee135 commit 6842f96Copy full SHA for 6842f96
nativescript.webpack.js
@@ -70,6 +70,7 @@ function setupKarmaBuild(config, env, webpack) {
70
71
config.module
72
.rule('unit-test')
73
+ .enforce('post')
74
.include.add(webpack.Utils.platform.getEntryDirPath()).end()
75
.test(/\.(ts|js)/)
76
.use('unit-test-loader')
0 commit comments