ejs-compiled-loader icon indicating copy to clipboard operation
ejs-compiled-loader copied to clipboard

could not support weapack4

Open Chan-Chun opened this issue 7 years ago • 5 comments
trafficstars

could not support weapack4

Chan-Chun avatar Aug 07 '18 12:08 Chan-Chun

ERROR in   Error: Child compilation failed:
  Module build failed (from ./node_modules/[email protected]@ejs-compiled-loader/index.js):
  TypeError: Cannot read property 'ejs-compiled-loader' of undefined


  - TypeError: Cannot read property 'ejs-compiled-loader' of undefined

Chan-Chun avatar Aug 07 '18 12:08 Chan-Chun

I have the same problem.

wangshikun2010 avatar Aug 10 '18 02:08 wangshikun2010

You can use the compile-ejs-loader package:

{
  test: /\.ejs$/,
  loader: 'compile-ejs-loader'
}

dennisreimann avatar Aug 12 '18 18:08 dennisreimann

I have the same problem, and solve it by above package compile-ejs-loader.

huaiguang avatar Mar 29 '19 10:03 huaiguang

could not support weapack5

jwangyangls avatar Dec 10 '21 01:12 jwangyangls