chore: remove axios and js-beautify

This commit is contained in:
surunzi
2022-11-26 21:04:14 +08:00
parent b02ffee679
commit a989125857
8 changed files with 28 additions and 54 deletions

View File

@@ -41,6 +41,11 @@ module.exports = {
resolve: {
symlinks: false,
},
resolve: {
alias: {
axios: path.resolve(__dirname, '../src/lib/empty.js'),
},
},
devServer: {
static: {
directory: path.join(__dirname, '../test'),