diff options
-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'), |