We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e69957 commit 536a748Copy full SHA for 536a748
1 file changed
test/webpack.config.babel.js
@@ -1,7 +1,6 @@
1
2
import path from 'path';
3
-import { Targets } from '../src';
4
-import WXAppWebpackPlugin from './plugin';
+import WXAppWebpackPlugin, { Targets } from '../src';
5
6
const ext = process.env.TEST_EXT || 'js';
7
0 commit comments