Skip to content

Commit 0f44494

Browse files
committed
Include dist files in the repo, fixes AssemblyScript#11
1 parent facd8b4 commit 0f44494

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules/
22
npm-debug.*
3-
dist/
43
out/
54
raw/

dist/asc.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assemblyscript.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assemblyscript.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ const bin = {
8484
// Error: original.line and original.column are not numbers -- you probably meant to omit the
8585
// original mapping entirely and only map the generated position. If so, pass null for the
8686
// original mapping instead of an object with empty or null values.
87-
// new BabelMinifyPlugin(/* {}, { sourceMap: true } */),
88-
new webpack.SourceMapDevToolPlugin({
89-
filename: "asc.js.map"
90-
}),
87+
new BabelMinifyPlugin(/* {}, { sourceMap: true } */),
88+
// new webpack.SourceMapDevToolPlugin({
89+
// filename: "asc.js.map"
90+
// }),
9191
]
9292
};
9393

0 commit comments

Comments
 (0)