We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d0e2b commit ad5381cCopy full SHA for ad5381c
webpack/webpack.config.js
@@ -25,7 +25,7 @@ module.exports = (env, argv, config, babel_include = []) => {
25
26
const base_config = {
27
entry: {
28
- "bundle.min": path.resolve(__dirname, "../src/index.js"),
+ "bundle.min": path.resolve(__dirname, "../src/patterns.js"),
29
"bundle-polyfills.min": path.resolve(__dirname, "../src/polyfills.js"),
30
},
31
externals: [
0 commit comments