mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Merge branch 'add-support-for-importing-markdown-in-storybook-react' of github.com:storybooks/storybook into add-support-for-importing-markdown-in-storybook-react
This commit is contained in:
commit
6e3496e672
@ -19,6 +19,7 @@ module.exports = {
|
|||||||
'app/**/*.{js,jsx}',
|
'app/**/*.{js,jsx}',
|
||||||
'lib/**/*.{js,jsx}',
|
'lib/**/*.{js,jsx}',
|
||||||
'addons/**/*.{js,jsx}',
|
'addons/**/*.{js,jsx}',
|
||||||
|
'!**/cli/test/**',
|
||||||
'!**/generators/**',
|
'!**/generators/**',
|
||||||
],
|
],
|
||||||
coverageDirectory: 'coverage',
|
coverageDirectory: 'coverage',
|
||||||
|
8
lib/cli/test/fixtures/sfc_vue/.postcssrc.js
vendored
8
lib/cli/test/fixtures/sfc_vue/.postcssrc.js
vendored
@ -1,8 +0,0 @@
|
|||||||
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
"plugins": {
|
|
||||||
// to edit target browsers: use "browserslist" field in package.json
|
|
||||||
"autoprefixer": {}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
"plugins": {
|
|
||||||
// to edit target browsers: use "browserslist" field in package.json
|
|
||||||
"autoprefixer": {}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user