Skip to content

Commit 93efe1e

Browse files
authored
docs(esnext-webpack): add a note about Easy Webpack docs
1 parent c12f707 commit 93efe1e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

skeleton-esnext-webpack/webpack.config.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
"use strict";
22
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+
**/
38
const easyWebpack = require('@easy-webpack/core');
49
const generateConfig = easyWebpack.default;
510
const get = easyWebpack.get;
@@ -169,4 +174,4 @@ if (ENV === 'test') {
169174
);
170175
}
171176

172-
module.exports = config;
177+
module.exports = config;

0 commit comments

Comments
 (0)