Merge branch 'release/3.3' into add-support-for-importing-markdown-in-storybook-react

This commit is contained in:
Daniel Duan 2017-11-13 23:19:24 -05:00 committed by GitHub
commit 9912964f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 16 deletions

View File

@ -19,6 +19,7 @@ module.exports = {
'app/**/*.{js,jsx}',
'lib/**/*.{js,jsx}',
'addons/**/*.{js,jsx}',
'!**/cli/test/**',
'!**/generators/**',
],
coverageDirectory: 'coverage',

View File

@ -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": {}
}
}

View File

@ -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": {}
}
}