添加 CSV 编辑工具(close #12)

This commit is contained in:
2022-03-18 11:09:16 +08:00
parent 5f9c6eeb0f
commit 3283aea435
3 changed files with 445 additions and 5 deletions

View File

@@ -42,6 +42,14 @@ module.exports = defineConfig({
});
},
configureWebpack: {
resolve: {
fallback: {
'stream': false
}
}
},
devServer: {
host: '0.0.0.0',
port: 9005,