boblelot

Results 1 comments of boblelot

Got it to work with webpack. Set `resolve` on the rule to ` {fullySpecified: false}` on your loader. https://webpack.js.org/configuration/module/#resolvefullyspecified If you only set `fullySpecified` you might get issues due to...