mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
remove unused code
This commit is contained in:
parent
6b9a073300
commit
9e50f6ef8e
@ -1,7 +0,0 @@
|
||||
import deprecate from 'util-deprecate';
|
||||
import { createDefaultWebpackConfig } from '@storybook/core/server';
|
||||
|
||||
module.exports = deprecate(
|
||||
createDefaultWebpackConfig,
|
||||
"importing default webpack config generator from '@storybook/mithril/dist/server/config/defaults/webpack.config.js' is deprecated. Use third argument of your exported function instead. See https://storybook.js.org/configurations/custom-webpack-config/#full-control-mode--default"
|
||||
);
|
@ -5,10 +5,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
||||
<base target="_parent">
|
||||
<script>
|
||||
if (window.parent !== window) {
|
||||
}
|
||||
</script>
|
||||
<title>Storybook</title>
|
||||
<%= htmlWebpackPlugin.options.data.previewHead %>
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user