Skip to content

Commit

Permalink
chore: add comment supports for fallback javascript module
Browse files Browse the repository at this point in the history
  • Loading branch information
유동식 committed Aug 28, 2017
1 parent 6179db1 commit 0c38d01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
@@ -1,5 +1,6 @@
# assemblyscript-live-loader
Compile assemblyscript and WASM binary module loader for Webpack
* Support fallback normal javascript module which is transpiled by typescript compiler.

## Installation
```
Expand Down Expand Up @@ -92,4 +93,4 @@ module.exports = {

## Dependencies
* [assemblyscript](https://github.com/dcodeIO/AssemblyScript)
* [wasm-loader](https://github.com/ballercat/wasm-loader) -> I refers wasm module loader codes because there is some error for uglifyingjs (it contains both es5, es6 syntax).
* [wasm-loader](https://github.com/ballercat/wasm-loader) -> I refers wasm module loader codes because there is some error for uglifyingjs (it contains both es5, es6 syntax).

0 comments on commit 0c38d01

Please sign in to comment.