diff options
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index 6fb2fce..047927c 100644 --- a/src/index.js +++ b/src/index.js | |||
@@ -15,7 +15,7 @@ const eol = require('os').EOL | |||
15 | module.exports = function purescriptLoader(source, map) { | 15 | module.exports = function purescriptLoader(source, map) { |
16 | const callback = this.async() | 16 | const callback = this.async() |
17 | const config = this.options | 17 | const config = this.options |
18 | const query = loaderUtils.parseQuery(this.query) | 18 | const query = loaderUtils.getOptions(this) || {} |
19 | const webpackOptions = this.options.purescriptLoader || {} | 19 | const webpackOptions = this.options.purescriptLoader || {} |
20 | 20 | ||
21 | const depsPaths = (pscPackage => { | 21 | const depsPaths = (pscPackage => { |