diff options
author | eric thul <thul.eric@gmail.com> | 2017-02-19 12:17:27 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2017-02-19 12:17:27 -0500 |
commit | cbb7579562d203e99a1f751d8f518e680d5b81eb (patch) | |
tree | df7df21278b623d4806cceb240df2d0890fee697 | |
parent | df8798fa0eeeb3dfcce14dc10100b03f708b57f6 (diff) | |
download | purs-loader-cbb7579562d203e99a1f751d8f518e680d5b81eb.tar.gz purs-loader-cbb7579562d203e99a1f751d8f518e680d5b81eb.tar.zst purs-loader-cbb7579562d203e99a1f751d8f518e680d5b81eb.zip |
Fix typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ const loaderConfig = { | |||
61 | bundleNamespace: 'PS', | 61 | bundleNamespace: 'PS', |
62 | bundle: false, | 62 | bundle: false, |
63 | warnings: true, | 63 | warnings: true, |
64 | watch: false, // indicates if webapck is in watch mode | 64 | watch: false, // indicates if webpack is in watch mode |
65 | output: 'output', | 65 | output: 'output', |
66 | src: [ | 66 | src: [ |
67 | path.join('src', '**', '*.purs'), | 67 | path.join('src', '**', '*.purs'), |