Rename bundle.js to gotty-bundle.js

This commit is contained in:
Iwasaki Yudai 2017-08-22 16:03:19 +09:00
parent 27b6436196
commit a8bb23f570
7 changed files with 36 additions and 13 deletions

View file

@ -1,7 +1,7 @@
module.exports = {
entry: "./src/main.ts",
output: {
filename: "./dist/bundle.js"
filename: "./dist/gotty-bundle.js"
},
devtool: "source-map",
resolve: {