mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-14 07:21:30 +00:00
Include dist files in the repo, fixes #11
This commit is contained in:
@ -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"
|
||||
// }),
|
||||
]
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user