mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor: use chained configs internally
This commit is contained in:
committed by
Nathan Walker
parent
04f83c9706
commit
3f9871dec6
@@ -3,9 +3,7 @@
|
||||
exports[`vue configuration works 1`] = `
|
||||
Object {
|
||||
"entry": Object {
|
||||
"bundle.js": Array [
|
||||
"bundle.js",
|
||||
],
|
||||
"": Array [],
|
||||
},
|
||||
"module": Object {
|
||||
"rules": Array [
|
||||
@@ -20,6 +18,29 @@ Object {
|
||||
},
|
||||
],
|
||||
},
|
||||
Object {
|
||||
"use": Array [
|
||||
Object {
|
||||
"loader": "ts-loader",
|
||||
"options": Object {
|
||||
"appendTsSuffixTo": Array [
|
||||
/\\\\\\.vue\\$/,
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
"plugins": Array [
|
||||
VueLoaderPlugin {},
|
||||
],
|
||||
"resolve": Object {
|
||||
"alias": Object {
|
||||
"vue": "nativescript-vue",
|
||||
},
|
||||
"extensions": Array [
|
||||
".vue",
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user