mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-24 16:18:57 -06:00
test: fix publicPath import typo
This commit is contained in:
@@ -46,7 +46,7 @@ exports.resolveEntry = (prefix, libName, files, async) => {
|
||||
: files.map(file => createElement(prefix, file, file, async)).join('\n')
|
||||
|
||||
const content = `
|
||||
import './setPubicPath'
|
||||
import './setPublicPath'
|
||||
import Vue from 'vue'
|
||||
import wrap from '@vue/web-component-wrapper'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user