Skip to content

Commit

Permalink
FIX RN template refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Oct 12, 2018
1 parent 5cd8e56 commit ca6f6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/react-native/src/server/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const getConfig = options => {
version,
...entriesMeta.manager,
}),
template: require.resolve(`@storybook/core/dist/server/templates/index.html.ejs`),
template: require.resolve(`@storybook/core/src/server/templates/index.html.ejs`),
}),
new webpack.HotModuleReplacementPlugin(),
new CaseSensitivePathsPlugin(),
Expand Down
2 changes: 1 addition & 1 deletion app/react-native/src/server/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const getConfig = options => {
version,
...entriesMeta.manager,
}),
template: require.resolve(`@storybook/core/dist/server/templates/index.html.ejs`),
template: require.resolve(`@storybook/core/src/server/templates/index.html.ejs`),
}),
new webpack.DefinePlugin({
'process.env.NODE_ENV': '"production"',
Expand Down

0 comments on commit ca6f6b4

Please sign in to comment.