diff options
Diffstat (limited to 'src/PursLoader/LoaderUtil.purs')
-rw-r--r-- | src/PursLoader/LoaderUtil.purs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/PursLoader/LoaderUtil.purs b/src/PursLoader/LoaderUtil.purs index 86be124..3e5a7bc 100644 --- a/src/PursLoader/LoaderUtil.purs +++ b/src/PursLoader/LoaderUtil.purs | |||
@@ -6,8 +6,4 @@ import Data.Foreign (Foreign()) | |||
6 | 6 | ||
7 | import PursLoader.LoaderRef (LoaderRef()) | 7 | import PursLoader.LoaderRef (LoaderRef()) |
8 | 8 | ||
9 | foreign import parseQuery """ | 9 | foreign import parseQuery :: String -> Foreign |
10 | function parseQuery(query){ | ||
11 | var loaderUtils = require('loader-utils'); | ||
12 | return loaderUtils.parseQuery(query); | ||
13 | }""" :: String -> Foreign | ||