1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 02:12:53 +00:00
This commit is contained in:
2016-08-27 06:39:10 +00:00
parent be6cb39489
commit 4bcb240e97
8 changed files with 32 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ var HtmlWebpackPlugin = require('html-webpack-plugin');
module.exports = {
devtool: debug ? "inline-sourcemap" : null,
entry: "./client/js/app.js",
entry: ["babel-polyfill", , "whatwg-fetch", "./client/js/app.js"],
module: {
loaders: [
{