From 63c6127547c0e18584108f50008c4f8c6309d1ca Mon Sep 17 00:00:00 2001 From: Ashwin Ramaswami Date: Tue, 30 Jul 2019 22:45:57 -0700 Subject: [PATCH] fix: fix webpack public path for playground (#1379) --- webpack.config.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.prod.js b/webpack.config.prod.js index 34f0da4f55..c66b8fd61c 100644 --- a/webpack.config.prod.js +++ b/webpack.config.prod.js @@ -9,7 +9,7 @@ module.exports = { output: { path: path.join(__dirname, "build"), filename: "bundle.js", - publicPath: "/static/" + publicPath: "/react-jsonschema-form/" }, plugins: [ new MonacoWebpackPlugin({