postjss icon indicating copy to clipboard operation
postjss copied to clipboard

Webpack files actually under lib folder

Open cezarderevlean opened this issue 7 years ago • 0 comments

Documenation instructs this setup which yields a file not found error:

use: [
  'babel-loader',
  'postjss/webpack/hot-loader',
]

This works:

use: [
  'babel-loader',
  'postjss/lib/webpack/hot-loader',
]

cezarderevlean avatar Feb 03 '18 23:02 cezarderevlean