diff --git a/nativescript.webpack.js b/nativescript.webpack.js index 4e910f6..d64ba77 100644 --- a/nativescript.webpack.js +++ b/nativescript.webpack.js @@ -62,6 +62,7 @@ function setupKarmaBuild(config, env, webpack) { config.module .rule('unit-test') + .enforce('post') .include.add(webpack.Utils.platform.getEntryDirPath()).end() .test(/\.(ts|js)/) .use('unit-test-loader')