Skip to content

Commit

Permalink
cross-platform path
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Dec 15, 2020
1 parent 8ab9b5b commit 73f5038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/rollup-plugin",
"version": "1.3.0-beta.0",
"version": "1.3.0-beta.1",
"description": "Build custom wq plugins that integrate with wq.js",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = function wq() {
}
if (
importer &&
importer.match('@material-ui/core') &&
importer.match(/@material-ui.core/) &&
muiCoreImports[id]
) {
id = muiCoreImports[id];
Expand Down

0 comments on commit 73f5038

Please sign in to comment.