wc-loader icon indicating copy to clipboard operation
wc-loader copied to clipboard

Support for webpack@4

Open 4esnog opened this issue 7 years ago • 1 comments

Seems like wc-loader is incompatible with webpack@4

Here is the output of webpack build:

ERROR in ./assets/web-components/tags-select/tags-select.html
Module build failed: TypeError: Cannot read property 'output' of undefined
    at Object.convertPlaceholder (/Users/nchesnokov/tv-projects/data-issues/node_modules/wc-loader/dist/index.js:370:96)
    at Object.module.exports (/Users/nchesnokov/tv-projects/data-issues/node_modules/wc-loader/dist/index.js:434:22)
 @ ./assets/web-components/tags-select/tags-select.js 1:0-60
 @ ./assets/entries/report/report.js

4esnog avatar Mar 20 '18 15:03 4esnog

yes.. this is failing in webpack 4. As per demo, webpack version is 3. anyone looking into this?

PratapDessai avatar Jun 22 '18 13:06 PratapDessai