Rename bundle folder to build.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
node_modules
|
||||
typings
|
||||
.vscode
|
||||
bundle
|
||||
build
|
||||
|
||||
@@ -166,7 +166,7 @@
|
||||
<script src="node_modules/handlebars/dist/handlebars.js"></script>
|
||||
<script src="app.js"></script>
|
||||
<script src="macro.js"></script>
|
||||
<script src="bundle/uhk.js"></script>
|
||||
<script src="build/uhk.js"></script>
|
||||
|
||||
<script type="text/x-handlebars-template" id="sidebar-menu--source">
|
||||
{{#if menu}}
|
||||
|
||||
@@ -4,7 +4,7 @@ var SvgStore = require('webpack-svgstore-plugin');
|
||||
module.exports = {
|
||||
entry: ['reflect-metadata', 'zone.js', 'es6-shim', "./src/boot.ts"],
|
||||
output: {
|
||||
path: __dirname + "/bundle",
|
||||
path: __dirname + "/build",
|
||||
filename: "uhk.js"
|
||||
},
|
||||
devtool: 'source-map',
|
||||
|
||||
Reference in New Issue
Block a user