gadyonysh / semantic-ui-less-module-loader

Webpack loader for semantic-ui-less modules
MIT License
17 stars 2 forks source link

Module build failed when importing less file #8

Closed benoj closed 5 years ago

benoj commented 6 years ago

Hi,

I'm getting a strange issue when building after following the instructions: (Using web pack 3)

Module build failed:
module.exports = __webpack_public_path__ + "static/media/reset.b0bc6c14.less";
             ^
Unrecognised input
      in /Users/benflowers/Projects/candidate/candidate-ui-cra/node_modules/semantic-ui-less/definitions/globals/reset.less (line 1, column 15)
gadyonysh commented 6 years ago

Hi, @benoj

Can you provide your webpack config?