mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
Include dist files in the repo, fixes #11
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.*
|
npm-debug.*
|
||||||
dist/
|
|
||||||
out/
|
out/
|
||||||
raw/
|
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
|
// 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"
|
||||||
}),
|
// }),
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user