@storybook/web-components-webpack5 7.0.0-beta.36 → 7.0.0-beta.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ For example if you have a library called `my-library` which is in ES2017 then yo
|
|
|
37
37
|
```js
|
|
38
38
|
// .storybook/main.js
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
export default {
|
|
41
41
|
webpackFinal: async (config) => {
|
|
42
42
|
// find web-components rule for extra transpilation
|
|
43
43
|
const webComponentsRule = config.module.rules.find(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/web-components-webpack5",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.39",
|
|
4
4
|
"description": "Storybook for web-components: View web components snippets in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lit-html",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@babel/preset-env": "^7.20.2",
|
|
54
|
-
"@storybook/builder-webpack5": "7.0.0-beta.
|
|
55
|
-
"@storybook/core-common": "7.0.0-beta.
|
|
56
|
-
"@storybook/preset-web-components-webpack": "7.0.0-beta.
|
|
57
|
-
"@storybook/web-components": "7.0.0-beta.
|
|
54
|
+
"@storybook/builder-webpack5": "7.0.0-beta.39",
|
|
55
|
+
"@storybook/core-common": "7.0.0-beta.39",
|
|
56
|
+
"@storybook/preset-web-components-webpack": "7.0.0-beta.39",
|
|
57
|
+
"@storybook/web-components": "7.0.0-beta.39",
|
|
58
58
|
"@types/node": "^16.0.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
],
|
|
80
80
|
"platform": "node"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "96d484511811e3154ff18c55814a1f4688946335"
|
|
83
83
|
}
|