Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9bd3ecc

Browse filesBrowse files
committed
fix: avoid passing index as path
1 parent 4ca2f97 commit 9bd3ecc
Copy full SHA for 9bd3ecc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎packages/@vue/cli-service/lib/Service.js

Copy file name to clipboardExpand all lines: packages/@vue/cli-service/lib/Service.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ module.exports = class Service {
161161
'./config/css',
162162
'./config/prod',
163163
'./config/app'
164-
].map(idToPlugin)
164+
].map((id) => idToPlugin(id))
165165

166166
if (inlinePlugins) {
167167
plugins = useBuiltIn !== false

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.