mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Fix publicPath in cross origin test
This commit is contained in:
parent
6e932c3629
commit
6c96c40148
1 changed files with 1 additions and 1 deletions
|
|
@ -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, '../../');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue