Skip to content

Commit

Permalink
fix replace for cdn path
Browse files Browse the repository at this point in the history
  • Loading branch information
m4theushw committed Apr 26, 2021
1 parent f4cc6e5 commit 29c2fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/test/umd/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function createApp() {

let index = await fse.readFile(path.join(rootPath, 'examples/cdn/index.html'), 'utf8');
index = index.replace(
'https://unpkg.com/@material-ui/core@latest/umd/material-ui.development.js',
'https://unpkg.com/@material-ui/core@next/umd/material-ui.development.js',
umdPath,
);
index = index.replace(
Expand Down

0 comments on commit 29c2fb6

Please sign in to comment.