webpack.config.js 112 B

1234567
  1. module.exports = {
  2. entry: './src/js/index.js',
  3. output: {
  4. filename: 'index.bundle.js',
  5. },
  6. };