mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
chore: remove axios and js-beautify
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user