diff --git a/webpack-plugin/smoketest/webpack-cross-origin.config.js b/webpack-plugin/smoketest/webpack-cross-origin.config.js index d6f4db12..fbe9f9c2 100644 --- a/webpack-plugin/smoketest/webpack-cross-origin.config.js +++ b/webpack-plugin/smoketest/webpack-cross-origin.config.js @@ -1,7 +1,7 @@ const MonacoWebpackPlugin = require('../out/index.js'); const path = require('path'); -const ASSET_PATH = 'http://localhost:8088/monaco-editor-webpack-plugin/test/dist/'; +const ASSET_PATH = 'http://localhost:8088/monaco-editor/test/smoke/webpack/out/'; const REPO_ROOT = path.join(__dirname, '../../');