File tree 4 files changed +1180
-987
lines changed
4 files changed +1180
-987
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ const path = require('path');
2
2
const custom = require ( '../webpack.config' ) ;
3
3
4
4
module . exports = {
5
+ core : {
6
+ builder : 'webpack5' ,
7
+ } ,
5
8
stories : [
6
9
'../app/stories/Index.stories.jsx' ,
7
10
'../app/stories/**/*.stories.@(jsx|mdx)' ,
Original file line number Diff line number Diff line change 66
66
"@babel/preset-env" : " ^7.5.5" ,
67
67
"@babel/preset-flow" : " ^7.14.5" ,
68
68
"@babel/preset-react" : " ^7.14.5" ,
69
- "@storybook/addon-essentials" : " ^6.4.21" ,
70
- "@storybook/addon-links" : " ^6.4.21" ,
71
- "@storybook/addons" : " ^6.4.21" ,
72
- "@storybook/react" : " ^6.4.21" ,
69
+ "@storybook/addon-essentials" : " ^6.5.12" ,
70
+ "@storybook/addon-links" : " ^6.5.12" ,
71
+ "@storybook/addons" : " ^6.5.12" ,
72
+ "@storybook/builder-webpack5" : " ^6.5.12" ,
73
+ "@storybook/manager-webpack5" : " ^6.5.12" ,
74
+ "@storybook/react" : " ^6.5.12" ,
73
75
"@testing-library/jest-dom" : " ^5.10.0" ,
74
76
"@testing-library/react" : " ^11.0.4" ,
75
77
"@testing-library/user-event" : " ^12.1.7" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const ExtractCssChunks = require('extract-css-chunks-webpack-plugin');
9
9
const { WebpackManifestPlugin } = require ( 'webpack-manifest-plugin' ) ;
10
10
const OptimizeCssAssetsPlugin = require ( 'optimize-css-assets-webpack-plugin' ) ;
11
11
const webpackConfigLoader = require ( 'react-on-rails/webpackConfigLoader' ) ;
12
- const NodePolyfillPlugin = require ( " node-polyfill-webpack-plugin" )
12
+ const NodePolyfillPlugin = require ( ' node-polyfill-webpack-plugin' ) ;
13
13
const TerserPlugin = require ( 'terser-webpack-plugin' ) ;
14
14
const webpack = require ( 'webpack' ) ;
15
15
You can’t perform that action at this time.
0 commit comments