mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +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 MonacoWebpackPlugin = require('../out/index.js');
|
||||||
const path = require('path');
|
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, '../../');
|
const REPO_ROOT = path.join(__dirname, '../../');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue