jsx: build directly in destination

removes `npm run place`, allows build:watch
This commit is contained in:
Min RK
2024-03-06 00:27:18 +01:00
parent fd78a03280
commit 87bf84d05f
4 changed files with 4 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ module.exports = {
output: {
publicPath: "/",
filename: "admin-react.js",
path: path.resolve(__dirname, "build"),
path: path.resolve(__dirname, "../share/jupyterhub/static/js/"),
},
resolve: {
extensions: [".css", ".js", ".jsx"],