Manage your JS files using webpack.

Usage

Copy the webpack.config.js example file in your project. You can then configure the JS bundles that you want:

  entry: {
    main: path.resolve(__dirname, './js/main.js')
    [...]
  },

Commands