Skip to content

Commit

Permalink
Merge pull request #2210 from thostetler/fix-build-issue
Browse files Browse the repository at this point in the history
add react-aria-menubutton to path overrides
  • Loading branch information
thostetler committed Sep 20, 2021
2 parents 5f16756 + 470cfbb commit e000bf4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions grunt/optimize-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = function(grunt) {
'react-transition-group': 'empty:',
'regenerator-runtime': 'empty:',
'@hookform/resolvers': 'empty:',
'react-aria-menubutton': 'empty:',
};

var baseConfig = {
Expand Down
12 changes: 8 additions & 4 deletions grunt/requirejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"hotkeys": "empty:",
"react-transition-group": "empty:",
"regenerator-runtime": "empty:",
"@hookform/resolvers": "empty:"
"@hookform/resolvers": "empty:",
"react-aria-menubutton": "empty:"
},
"stubModules": [
"es6",
Expand Down Expand Up @@ -161,7 +162,8 @@
"hotkeys": "empty:",
"react-transition-group": "empty:",
"regenerator-runtime": "empty:",
"@hookform/resolvers": "empty:"
"@hookform/resolvers": "empty:",
"react-aria-menubutton": "empty:"
},
"stubModules": [
"es6",
Expand Down Expand Up @@ -290,7 +292,8 @@
"hotkeys": "empty:",
"react-transition-group": "empty:",
"regenerator-runtime": "empty:",
"@hookform/resolvers": "empty:"
"@hookform/resolvers": "empty:",
"react-aria-menubutton": "empty:"
},
"stubModules": [
"es6",
Expand Down Expand Up @@ -417,7 +420,8 @@
"hotkeys": "empty:",
"react-transition-group": "empty:",
"regenerator-runtime": "empty:",
"@hookform/resolvers": "empty:"
"@hookform/resolvers": "empty:",
"react-aria-menubutton": "empty:"
},
"stubModules": [
"es6",
Expand Down

0 comments on commit e000bf4

Please sign in to comment.