mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove UMD builds from fixture directory (#10547)
This commit is contained in:
@@ -13,8 +13,6 @@ fixtures/
|
||||
# Ignore built files.
|
||||
build/
|
||||
coverage/
|
||||
fixtures/attribute-behavior/public/react-dom.production.min.js
|
||||
fixtures/attribute-behavior/public/react.production.min.js
|
||||
scripts/bench/benchmarks/**/*.js
|
||||
scripts/bench/remote-repo/
|
||||
vendor/*
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
# production
|
||||
/build
|
||||
/public/react.development.js
|
||||
/public/react-dom.development.js
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -39,11 +39,7 @@ const config = {
|
||||
},
|
||||
scripts: {
|
||||
patterns: ['scripts/**/*.js', 'fixtures/**/*.js'],
|
||||
ignore: [
|
||||
'scripts/bench/benchmarks/**',
|
||||
'fixtures/attribute-behavior/public/react.production.min.js',
|
||||
'fixtures/attribute-behavior/public/react-dom.production.min.js',
|
||||
],
|
||||
ignore: ['scripts/bench/benchmarks/**'],
|
||||
options: {
|
||||
'trailing-comma': 'es5',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user