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

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
node_modules/ node_modules/
npm-debug.* npm-debug.*
dist/
out/ out/
raw/ raw/

6
dist/asc.js vendored Normal file

File diff suppressed because one or more lines are too long

2
dist/assemblyscript.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assemblyscript.js.map vendored Normal file

File diff suppressed because one or more lines are too long

View File

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