-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ssr: (22 commits) travis: best config see https://blog.travis-ci.com/first_class_nodejs_support_on_travis_ci travis: node matrix - cleaning webpack - removed packages - removing sass - simplifying travis replacing karma by jest for better perf cleaning dev dependencies port 9002 for testing fixing comment + update dist files Sorting package.json, removing tags updating dist files removing proptypes and adding comments sorting dependencis Addin change logs for v1.14 fixing Cannot start Firefox Error: GDK_BACKEND does not match available displays setting node 10 and fixing pretest Fixing travis error ? see https://travis-ci.org/sass/node-sass/jobs/414043587/config Fixing travis error ? see nodejs/node-gyp#1420 Adding index to support SSR updating readme fixing test ignoring soe files in package use sources files as main instead of webpack bundles updating dist files ...
- Loading branch information
Showing
29 changed files
with
11,415 additions
and
9,221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"presets": [ | ||
"@babel/preset-env", | ||
"@babel/preset-react" | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
build | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
yarn.lock | ||
webpack.* | ||
karma.config.js | ||
.travis.yml | ||
.gitignore | ||
.eslintignore | ||
.eslintrc.js | ||
.babelrc | ||
test/ | ||
node_modules/ | ||
examples/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
language: node_js | ||
node_js: | ||
- node | ||
before_script: | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
- "8" | ||
- "9" | ||
- "10" | ||
- "11" | ||
- node | ||
|
||
|
||
deploy: | ||
provider: npm | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.