Skip to content

Commit 14483c7

Browse files
author
Pooya Parsa
committed
fix(plugin): omit routes key
routes key is for route overriding only
1 parent 989b7de commit 14483c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function extendConfig (config, options) {
157157
// Default options
158158
// ----------------------------------------------------------
159159
const extraKeys = [
160-
'build', 'mode', 'themeColor', 'css', 'f7Icons', 'mdIcons', 'f7IconsSrc', 'mdIconsSrc', 'pwa'
160+
'build', 'mode', 'themeColor', 'css', 'f7Icons', 'mdIcons', 'f7IconsSrc', 'mdIconsSrc', 'pwa', 'routes'
161161
]
162162

163163
const defaults = {

0 commit comments

Comments
 (0)