We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f649cb4 commit 0d02cdeCopy full SHA for 0d02cde
build/brunch-config.js
@@ -98,6 +98,14 @@ module.exports = {
98
}
99
},
100
101
+/// STORYBOOK COMPATIBILITY ///////////////////////////////////////////////////
102
+/*/ Storybook uses spread operators, which are not supported in the current
103
+ version of brunch-babel. Brunch doesn't need to compile storybook files
104
+ anyway because storybook has its own compile via webpack. So ignore them.
105
+/*/ conventions: {
106
+ ignored: [ /\.stories.js$/]
107
+ },
108
+
109
/// OVERRIDES FOR PRODUCTION //////////////////////////////////////////////////
110
/*/ Brunch configuration settings default to development mode in the
111
environment. You can override each env (e.g. production) after all other
0 commit comments