mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
Merge branch 'release/3.3' into add-support-for-importing-markdown-in-storybook-react
This commit is contained in:
commit
9912964f0e
@ -19,6 +19,7 @@ module.exports = {
|
||||
'app/**/*.{js,jsx}',
|
||||
'lib/**/*.{js,jsx}',
|
||||
'addons/**/*.{js,jsx}',
|
||||
'!**/cli/test/**',
|
||||
'!**/generators/**',
|
||||
],
|
||||
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