webpack.config.js 88 B

12345
  1. module.exports = {
  2. entry: {
  3. app: ["babel-polyfill", "./src/main.js"]
  4. }
  5. }