问答详情
源自:4-1 webpack配置css单独分离打包

npm run build 打包分离css报这个错了

Error: Path variable [contentHash:8] not implemented in this context: styles.[contentHash:8].css


提问者:慕用549431 2019-08-16 18:02

个回答

  • 聂小恶
    2020-04-28 18:17:01

     是因为webpack4.3 包含了contenthash 这个关键字段,所以在ExtractPlugin 中不能使用contenthash,
    使用其他的代替就好了

  • 慕用549431
    2019-08-16 18:05:52

    不知道为什么改成chunkhash就可以了