File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
templates/add-ons/frontend/{{ cookiecutter.__folder_name }}/.storybook Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1+ Rename last razzle import in Storybook config. @sneridagh
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ const lessPlugin = require('@plone/volto/webpack-plugins/webpack-less-plugin');
77const RelativeResolverPlugin = require ( '@plone/volto/webpack-plugins/webpack-relative-resolver' ) ;
88{ % - if cookiecutter . volto_version >= '19' % }
99const scssPlugin = require ( '@plone/volto/webpack-plugins/webpack-scss-plugin' ) ;
10+ const createConfig = require ( '@plone/razzle/config/createConfigAsync.js' ) ;
1011{ % - else % }
1112const scssPlugin = require ( 'razzle-plugin-scss' ) ;
12- { % - endif % }
1313const createConfig = require ( 'razzle/config/createConfigAsync.js' ) ;
14+ { % - endif % }
1415const razzleConfig = require ( path . join ( projectRootPath , 'razzle.config.js' ) ) ;
1516
1617const SVGLOADER = {
You can’t perform that action at this time.
0 commit comments