Move maze utils to a submodule, move tooltip out

This commit is contained in:
Ajay
2023-06-30 02:46:27 -04:00
parent e2a01bb744
commit e1982f265e
8 changed files with 12 additions and 192 deletions

View File

@@ -123,7 +123,8 @@ module.exports = env => {
]
},
resolve: {
extensions: ['.ts', '.tsx', '.js']
extensions: ['.ts', '.tsx', '.js'],
symlinks: false
},
plugins: [
// Prehook to start building document script before normal build