try

Javascript code posted
created at 01 Apr 00:51

Edit | Back
1
2
3
4
5
6
7
8
9
const path = require('path');

module.exports = {
  entry: ['./app/first.js', './app/second.js'],
  output: {
    filename: '[name].bundle.js',
    path: path.resolve(__dirname, 'dist')
  }  
};
202 Bytes in 2 ms with coderay