mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
jsx: build directly in destination
removes `npm run place`, allows build:watch
This commit is contained in:
@@ -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"],
|
||||
|
Reference in New Issue
Block a user