mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
fix: webpack dev server + index fallback for prod serve.js
This commit is contained in:
parent
c89c5ea430
commit
3cad4d319e
6 changed files with 22 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "bundler",
|
||||
"module": "esnext",
|
||||
"target": "es2018",
|
||||
"sourceMap": true,
|
||||
|
@ -15,7 +15,7 @@
|
|||
"esModuleInterop": true,
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"include": ["src/**/*.ts", "src/**/*.vue", "./ts-vue-shim.d.ts"],
|
||||
"references": [
|
||||
{
|
||||
"path": "../shared/tsconfig.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue