Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit eae3db1

Browse files
cleanup
1 parent ef02eec commit eae3db1

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

‎webpack.config.js/index.js‎

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,3 @@ module.exports = (env = 'development') => {
99

1010
return require(`./config.${env}`);
1111
};
12-
13-
// const path = require('path');
14-
// const HtmlWebpackPlugin = require('html-webpack-plugin');
15-
16-
// module.exports = {
17-
// entry: './src/index.js',
18-
// module: {
19-
// rules: [
20-
// {
21-
// test: /\.jsx?$/,
22-
// exclude: /node_modules/,
23-
// use: [{ loader: 'babel-loader' }],
24-
// },
25-
// ],
26-
// },
27-
// plugins: [new HtmlWebpackPlugin()],
28-
// externals: {
29-
// react: {
30-
// commonjs2: 'react',
31-
// },
32-
// },
33-
// mode: 'production',
34-
// output: {
35-
// path: path.resolve(__dirname, '..', 'lib'),
36-
// libraryTarget: 'commonjs2',
37-
// filename: 'index.js',
38-
// },
39-
// };

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /