Skip to content

Commit

Permalink
Merge pull request #1543 from okta/kg/OKTA-512586
Browse files Browse the repository at this point in the history
fix: code snippets in Storybook
  • Loading branch information
KevinGhadyani-Okta authored Aug 10, 2022
2 parents 1589833 + 4bcac94 commit be7a3b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/odyssey-storybook/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
* See the License for the specific language governing permissions and limitations under the License.
*/

const path = require("path");
const { ProvidePlugin } = require("webpack");

module.exports = {
addons: [
"@storybook/addon-links",
Expand Down
5 changes: 5 additions & 0 deletions packages/odyssey-storybook/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ export const parameters = {
},
],
},
docs: {
source: {
excludeDecorators: true,
},
},
};

0 comments on commit be7a3b6

Please sign in to comment.