mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-14 19:30:14 -06:00
fix: update the css-loader runtime path for css-loader v2 (#4025)
This commit is contained in:
@@ -51,7 +51,7 @@ import Vue from 'vue'
|
||||
import wrap from '@vue/web-component-wrapper'
|
||||
|
||||
// runtime shared by every component chunk
|
||||
import 'css-loader/lib/css-base'
|
||||
import 'css-loader/dist/runtime/api.js'
|
||||
import 'vue-style-loader/lib/addStylesShadow'
|
||||
import 'vue-loader/lib/runtime/componentNormalizer'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user