bootstrap-webpack icon indicating copy to clipboard operation
bootstrap-webpack copied to clipboard

Cannot use extract-text-webpack-plugin.

Open sweetnewyork opened this issue 9 years ago • 2 comments

ERROR in ./~/bootstrap-webpack/index.loader.js!./resources/bootstrap.config.js

Module not found: Error: Can't resolve '[object Object],[object Object],[object Object],[object Object],[object Object]'

with the configuration in bootstrap.config.js.

module.exports = {
  styleLoader: require('extract-text-webpack-plugin').extract({fallback:'style-loader',use:'css-loader!postcss-loader!less-loader'}),
  scripts: {
    ...
  },
  styles: {
    ...
  }
};

I've already installed the extract-text-webpack-plugin, and i notice that, without the plugin, the configuraion could be working:

module.exports = {
  styleLoader: 'style-loader!-loader!less-loader',
  scripts: {
    ...
  },
  styles: {
    ...
  }
};

I notice that the api of the extract-text-webpack-plugin changed. That's why the configuration not working?

sweetnewyork avatar Apr 09 '17 13:04 sweetnewyork

I have the same issue here :+1:

ModuleNotFoundError: Module not found: Error: Can't resolve '[object Object]' in 'C:\Users\Administrator\Desktop\react-universal-bucket\src\theme'

liangklfang avatar May 15 '17 03:05 liangklfang

I'm currently not using this code and am very busy with a new job. If someone else would like to take over and maintain it that would be great. Otherwise please fork it for you organization.

On Sun, May 14, 2017 at 9:06 PM, liangklfang [email protected] wrote:

I have the same issue here 👍

ModuleNotFoundError: Module not found: Error: Can't resolve '[object Object]' in 'C:\Users\Administrator\Desktop\react-universal- bucket\src\theme'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bline/bootstrap-webpack/issues/28#issuecomment-301365843, or mute the thread https://github.com/notifications/unsubscribe-auth/AASHp0f9kf66V7tuYb7UKqcHad7zfGkDks5r58ErgaJpZM4M4B1a .

bline avatar May 15 '17 04:05 bline