Commit 26f59b75 authored by Scott Ames's avatar Scott Ames
Browse files

current

parent 466d8169
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')
  }
};