Unverified Commit 02c98988 authored by Scott Ames's avatar Scott Ames Committed by GitHub
Browse files

Delete webpack.config.js

parent 6188d878
Loading
Loading
Loading
Loading

webpack.config.js

deleted100644 → 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')
  }
};