mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-09 21:11:27 +00:00
Include dist files in the repo, fixes #11
This commit is contained in:
parent
facd8b44b3
commit
0f4449438b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
node_modules/
|
||||
npm-debug.*
|
||||
dist/
|
||||
out/
|
||||
raw/
|
||||
|
6
dist/asc.js
vendored
Normal file
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
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
1
dist/assemblyscript.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -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"
|
||||
// }),
|
||||
]
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user