Skip to content

Commit

Permalink
chore: support dialogbase customer element
Browse files Browse the repository at this point in the history
  • Loading branch information
jianliao authored and Westbrook committed Mar 16, 2023
1 parent cd13777 commit f6a7ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cem-react-wrapper.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
packagejson: false,
plugins: [
reactWrapperPlugin({
exclude: ['DialogBase', 'PickerBase', 'StoryDecorator'],
exclude: ['PickerBase', 'StoryDecorator'],
outDir: '../../react',
prettierConfig: yaml.load(
readFileSync(resolve('../../.prettierrc.yaml'))
Expand Down

0 comments on commit f6a7ece

Please sign in to comment.