Fix yarn start

This commit is contained in:
Asher
2019-01-14 15:06:06 -06:00
committed by Kyle Carberry
parent af29ffd959
commit 14f91686c5
8 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@ const vscodeFills = path.join(root, "packages", "vscode", "src", "fill");
module.exports = {
context: root,
devtool: "source-map",
entry: "./packages/app/src/index.ts",
entry: "./packages/web/src/index.ts",
mode: isCi ? "production" : "development",
output: {
chunkFilename: "[name]-[hash:6].bundle.js",
@ -119,7 +119,7 @@ module.exports = {
},
plugins: [
new HtmlWebpackPlugin({
template: "packages/app/src/index.html",
template: "packages/web/src/index.html",
}),
new HappyPack({
id: "ts",