We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9fbe4 commit 694bf7bCopy full SHA for 694bf7b
nativescript.webpack.js
@@ -1,6 +1,7 @@
1
const { join, dirname } = require('path');
2
const { existsSync } = require('fs');
3
const { merge } = require('webpack-merge');
4
+const { IgnorePlugin } = require('webpack');
5
6
function getTestEntrypoint(webpack) {
7
const testTsEntryPath = join(webpack.Utils.platform.getEntryDirPath(), 'test.ts');
0 commit comments