Loading webpack.config.jsdeleted 100644 → 0 +0 −9 Original line number Diff line number Diff line const path = require('path'); module.exports = { entry: './src/index.js', output: { filename: 'main.js', path: path.resolve(__dirname, 'dist') } }; Loading
webpack.config.jsdeleted 100644 → 0 +0 −9 Original line number Diff line number Diff line const path = require('path'); module.exports = { entry: './src/index.js', output: { filename: 'main.js', path: path.resolve(__dirname, 'dist') } };