File tree 4 files changed +10
-1
lines changed
4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 12
12
/explorer-v2 /build-system /shim /eslint-scope. *
13
13
/explorer-v2 /build-system /shim /eslint-plugin-svelte3. *
14
14
/explorer-v2 /build-system /shim /eslint. *
15
+ /explorer-v2 /build-system /shim /svelte /*
15
16
! /.vscode
16
17
! /.github
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ node_modules
7
7
/build-system /shim /eslint-scope. *
8
8
/build-system /shim /eslint-plugin-svelte3. *
9
9
/build-system /shim /eslint. *
10
+ /build-system /shim /svelte /*
Original file line number Diff line number Diff line change @@ -134,5 +134,11 @@ export default [
134
134
`
135
135
} )
136
136
]
137
+ } ,
138
+ {
139
+ ...base ,
140
+ entry : {
141
+ 'svelte/compiler' : resolve ( '../../node_modules/svelte/src/compiler/index.js' )
142
+ }
137
143
}
138
144
] ;
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ const config = {
18
18
tslib : resolve ( './node_modules/tslib/tslib.es6.js' ) ,
19
19
eslint : resolve ( './build-system/shim/eslint.js' ) ,
20
20
'svelte-eslint-parser' : resolve ( './build-system/shim/svelte-eslint-parser.js' ) ,
21
- 'eslint-plugin-svelte3' : resolve ( './build-system/shim/eslint-plugin-svelte3.js' )
21
+ 'eslint-plugin-svelte3' : resolve ( './build-system/shim/eslint-plugin-svelte3.js' ) ,
22
+ 'svelte/compiler' : resolve ( './build-system/shim/svelte/compiler.js' )
22
23
}
23
24
}
24
25
} ;
You can’t perform that action at this time.
0 commit comments