We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12f707 commit 93efe1eCopy full SHA for 93efe1e
skeleton-esnext-webpack/webpack.config.js
@@ -1,5 +1,10 @@
1
"use strict";
2
require('regenerator-runtime/runtime');
3
+
4
+/**
5
+ * To learn more about how to use Easy Webpack
6
+ * Take a look at the README here: https://github.com/easy-webpack/core
7
+ **/
8
const easyWebpack = require('@easy-webpack/core');
9
const generateConfig = easyWebpack.default;
10
const get = easyWebpack.get;
@@ -169,4 +174,4 @@ if (ENV === 'test') {
169
174
);
170
175
}
171
176
172
-module.exports = config;
177
+module.exports = config;
0 commit comments