File tree 4 files changed +4
-4
lines changed
app-lit-element/templates/static-demoing/.storybook
app-lit-element-ts/templates/static-demoing/.storybook
demoing-storybook/templates/static/.storybook
demoing-storybook-ts/templates/static/.storybook
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ import baseConfig from '../web-dev-server.config.mjs';
4
4
export default /** @type {import('@web/dev-server').DevServerConfig } */ ( {
5
5
...baseConfig ,
6
6
open : '/' ,
7
- plugins : [ ... baseConfig . plugins , storybookPlugin ( { type : 'web-components' } ) ] ,
7
+ plugins : [ storybookPlugin ( { type : 'web-components' } ) , ... baseConfig . plugins ] ,
8
8
} ) ;
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ import baseConfig from '../web-dev-server.config.mjs';
4
4
export default /** @type {import('@web/dev-server').DevServerConfig } */ ( {
5
5
...baseConfig ,
6
6
open : '/' ,
7
- plugins : [ ... baseConfig . plugins , storybookPlugin ( { type : 'web-components' } ) ] ,
7
+ plugins : [ storybookPlugin ( { type : 'web-components' } ) , ... baseConfig . plugins ] ,
8
8
} ) ;
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ import baseConfig from '../web-dev-server.config.mjs';
4
4
export default /** @type {import('@web/dev-server').DevServerConfig } */ ( {
5
5
...baseConfig ,
6
6
open : '/' ,
7
- plugins : [ ... baseConfig . plugins , storybookPlugin ( { type : 'web-components' } ) ] ,
7
+ plugins : [ storybookPlugin ( { type : 'web-components' } ) , ... baseConfig . plugins ] ,
8
8
} ) ;
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ import baseConfig from '../web-dev-server.config.mjs';
4
4
export default /** @type {import('@web/dev-server').DevServerConfig } */ ( {
5
5
...baseConfig ,
6
6
open : '/' ,
7
- plugins : [ ... baseConfig . plugins , storybookPlugin ( { type : 'web-components' } ) ] ,
7
+ plugins : [ storybookPlugin ( { type : 'web-components' } ) , ... baseConfig . plugins ] ,
8
8
} ) ;
You can’t perform that action at this time.
0 commit comments