Skip to content

Commit

Permalink
fix: browserslist in codesandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 20, 2022
1 parent 22928c9 commit ca8b8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dumi/theme/builtins/Previewer/index.tsx
Expand Up @@ -323,7 +323,7 @@ createRoot(document.getElementById('container')).render(<Demo />);
test: 'react-scripts test --env=jsdom',
eject: 'react-scripts eject',
},
browserslist: ['>0.2%', 'not dead', 'not ie <= 11', 'not op_mini all'],
browserslist: ['>0.2%', 'not dead'],
};
const codesanboxPrefillConfig = {
files: {
Expand Down

0 comments on commit ca8b8db

Please sign in to comment.