Include dist files in the repo, fixes #11

This commit is contained in:
dcodeIO
2018-02-10 01:14:41 +01:00
parent facd8b44b3
commit 0f4449438b
5 changed files with 13 additions and 5 deletions

View File

@ -84,10 +84,10 @@ const bin = {
// Error: original.line and original.column are not numbers -- you probably meant to omit the
// original mapping entirely and only map the generated position. If so, pass null for the
// original mapping instead of an object with empty or null values.
// new BabelMinifyPlugin(/* {}, { sourceMap: true } */),
new webpack.SourceMapDevToolPlugin({
filename: "asc.js.map"
}),
new BabelMinifyPlugin(/* {}, { sourceMap: true } */),
// new webpack.SourceMapDevToolPlugin({
// filename: "asc.js.map"
// }),
]
};