Minor changes

This commit is contained in:
Paulo Gustavo Veiga 2021-02-16 01:37:24 -08:00
parent d1ff38fdca
commit c65a6a72ce
2 changed files with 4 additions and 3 deletions

View File

@ -36,7 +36,7 @@
"typescript": "^4.1.2",
"url-loader": "^4.1.1",
"webpack": "^5.6.0",
"webpack-bundle-analyzer": "^4.2.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.7.3"

View File

@ -3,10 +3,11 @@
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": false,
"module": "commonjs",
"module": "es6",
"target": "es6",
"jsx": "react",
"allowJs": true,
"esModuleInterop": true
}
},
"exclude": ["node_modues"]
}