-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Big various updates #40
Merged
Merged
Changes from 6 commits
Commits
Show all changes
147 commits
Select commit
Hold shift + click to select a range
1401d37
📦 🔨 Update build task deps and sizeReporter
marcofugaro 6e16516
🆙 Update the start script with create-react-app one
marcofugaro 34f483e
⚙️ Make webpack-dev-server configurable, fixes #24
marcofugaro 31292af
😅
marcofugaro 2f32e5d
🎊 Fix issue with ascii logo on small consoles, fixes #36
marcofugaro cf37f21
🚜 📦 Refactor and make more standard the packags.jsons
marcofugaro 07bee66
🐠 Add babel-preset-accurapp! 🎊 fixes #22
marcofugaro a0cd71f
💦 Some more polishes
marcofugaro adb97c0
📦 Upgrade a lot of edgy deps
marcofugaro 1d8a58a
🚜 📦 Grezzo refactor and update the webpack preset
marcofugaro 09e00cf
😓 Transpile with babel also node_modules
marcofugaro 77dd897
📦 🐠 Upgrade babel deps
marcofugaro 7a0c29b
🚜 💠 Refactor and polish webpack's config
marcofugaro 37052fb
🌲 Add support for .env file
marcofugaro 9c743e5
🐛 Fix issue with PUBLIC_URL not having trailing slash
marcofugaro 1117512
🗂 Add csv loader, fixes #18
marcofugaro fc9c49f
📊 Add svg loader mockup
marcofugaro cee9093
🔝 Updated build process to match the new yarn version
marcofugaro 4051a82
📦 Upgrade code and packages to latest webpack versions
marcofugaro c5d9f5f
📦 🚨 Upgrade eslint and its deps versions
marcofugaro 6cb0908
🚨 Add new eslint rules 🔥
marcofugaro 02e0041
🚨 🚚 Update a lot of eslint rules and add new ones
marcofugaro c269e77
🔨 Minor code refinements
marcofugaro b3959ec
🐠 Add babel-preset-accurapp to checked packages
marcofugaro 86b837e
v4.0.0
marcofugaro f42f138
📦 Upgrade webpack dependencies
marcofugaro 8f3d6bd
🦉 Support css nesting via postcss
marcofugaro 82a4aa4
🚨 Add flat ternaries to eslint rules
marcofugaro d4797de
v4.0.1
marcofugaro 166044c
🐈 Require yarn 1.2.1
marcofugaro dd2f2f1
🔫 Remove react/destructuring-assignment rule because is stupid
marcofugaro 7ed8967
v4.0.2
marcofugaro 568d263
📦 Upgrade deps
marcofugaro 678efb7
🐶 Fix and update lerna publish script
marcofugaro 482f8f3
✝️ Remove resolved uglify issues
marcofugaro 622026d
📦 Upgrade deps
marcofugaro ca0a03e
🐛 🔥 Fix issue with build process, now this accurapp version builds!
marcofugaro 65d01d9
v3.0.1
marcofugaro 39ffa2f
🚨 Fix rule lines-between-class-members
marcofugaro df9714e
v4.0.3
marcofugaro 80090a5
📦 Upgrade deps
marcofugaro d7483af
🔪 Enable vendor and app splitting and remove useless sideEffects: false
marcofugaro 3a1713e
🚜 📦 Big refactor of webpack file and staging procedure
marcofugaro ee56f16
👀 Add json5 webpack loader
marcofugaro 39ec572
🐛 Fix bug with double error logged and some minor improvements
marcofugaro 1034e45
📂 Make copying public folder optional
marcofugaro 1c66d92
🔖 Write a lot of docs
marcofugaro 50267f5
🐛 Fix issues with mobx and class properties
marcofugaro 886c209
🤖 Use .env.example in CI
marcofugaro aa4f95f
🤓 Write some more README
marcofugaro 3f24504
Revert "🐛 Fix issues with mobx and class properties"
marcofugaro 9a5919b
❌ Disable svgLoader for now
marcofugaro 94c081c
Revert "Revert "🐛 Fix issues with mobx and class properties""
marcofugaro d51d78d
📦 Upgrade deps
marcofugaro 0b83e3e
❌ Remove BSD license part since facebook switched to MIT also
marcofugaro 4676a2b
📖 Add README to every package, closes #15
marcofugaro 44fbe5c
🖥 Update browserslist to exclude IE11 based on https://jamie.build/l…
marcofugaro cd3ed3d
📖 Add migration guide docs
marcofugaro cb108cd
🐛 Fix unset flag with Babel decorators
marcofugaro a814778
🖥 Add process.env.BROWSERSLIST variable
marcofugaro 8e00efd
🔥 Add postcss-fuss
marcofugaro fc94851
🚄 Add CI and info for netlify
marcofugaro f0491c5
😎 Last small fixes and upgrades
marcofugaro 7f46f9e
❓ FAQ about hot reloading
marcofugaro 63ac3f0
🔑 📝 Add keywords for every published package.json
marcofugaro 994c82d
📦 Upgrade deps
marcofugaro 237aff2
🚨 Add react/no-typos rule
marcofugaro bc5a214
Publish
marcofugaro 04f9640
⚡️ Add tachyons in every new project
marcofugaro 3a44328
🐛 Fix issue with postcss
marcofugaro 14b3034
Publish
marcofugaro 31e36c4
🐛 Fix issue with postcss-loader
marcofugaro 220cb10
🐈 Add missing yarn.lock
marcofugaro 8c1c549
Publish
marcofugaro 7800c72
🌲 Add LATEST_COMMIT and LATEST_COMMIT_TIMESTAMP env variables
marcofugaro e8a1587
𝕱 Add missing support for otf font
marcofugaro 7f29595
🐛 🐍 Fix PUBLIC_URL issues
marcofugaro 974a41f
Publish
marcofugaro 65ac6e2
😎 Simplify PUBLIC_URL condition
marcofugaro d7b3d52
Publish
marcofugaro b09a92d
🌈 Add support for color-mod function in css
marcofugaro e5919b2
🚩 Add boolean env flag to transpile node modules
marcofugaro b24dae8
Publish
marcofugaro abaca14
🚜 Refactor webpack a bit using when()
marcofugaro 917091c
⏱ Add time to successful compilation messages
marcofugaro 9415a7c
📖 Add TRANSPILE_NODE_MODULES to readme
marcofugaro b6b8703
🥅 Add catch to git retriever code
marcofugaro 1f8835a
⚙️ Optimize thread loader
marcofugaro e2d4458
📦 Upgrade deps
marcofugaro bfc0db5
🐛 Add thread-loader optimization only in development
marcofugaro 9cd8587
📸 Move css in the <head> to avoid FOUC
marcofugaro 8b82128
🚨 Add lint command
marcofugaro 740c313
Publish
marcofugaro 008b6cb
🐛 Fix version with newer babel version
marcofugaro a432d8d
⚙️ Add create-test-app-build command
marcofugaro df93ef2
🐛 Fix typo
marcofugaro 9d242e4
👩🎤 Add prettier config files and script
marcofugaro 7ce84b8
Publish
marcofugaro a25450a
Revert "🐛 Fix version with newer babel version"
marcofugaro 0ac5ca7
📦 Upgrade babel deps
marcofugaro 3c78645
🐛 Add core-js as a direct dependency to attempt to solve core-js vers…
marcofugaro 519a49e
Publish
marcofugaro 38a16b2
🐛 Fixed version of webpack because newer one breaks errors
marcofugaro d01aadf
Publish
marcofugaro 2a9cffb
Revert "🐛 Fixed version of webpack because newer one breaks errors"
marcofugaro 9009d77
🐛 Fix issue with imported fonts
marcofugaro e323f89
📖 Add more info about repo creation in README
marcofugaro 53b236e
💎 Add the react svg loader
marcofugaro d2719ed
🐛 Remove unused svgr options
marcofugaro edd8925
🐛 Fix bug with eslint
marcofugaro 70ab701
Publish
marcofugaro b6ff75d
🖼 🎨 Add ascii art of logo in readme
marcofugaro e3ef8cf
🐛 Show localhost message also with warnings
marcofugaro 541ba0b
📝 Better docs about typescript
marcofugaro f219385
🚨 Upgrade eslint to 5 and add the new rules
marcofugaro ba377b4
🐛 Fix svgo issue when importing svgs
marcofugaro 498d2e9
📝 Update readme about typescript
marcofugaro 8833b72
Publish
marcofugaro 042b941
🐛 Update react-dev-utils to fix some bugs
marcofugaro 2ba285c
Publish
marcofugaro bde359b
📦 Upgrade deps
marcofugaro 33d82b7
🐠 Update babel config to latest babel version
marcofugaro d0032fb
🐛 Fix error with error messages being trimmed
marcofugaro 7226d8e
Publish
marcofugaro ff28939
📖 Update the tsconfig in readme
marcofugaro c177075
📦 Upgrade deps
marcofugaro 525f357
Publish
marcofugaro 6bfc69e
🐛 Downgrade babel because of issue with new version
marcofugaro da15bd7
Publish
marcofugaro 5536b3e
Publish
marcofugaro 4037cbb
Publish
marcofugaro ecbc8f4
Publish
marcofugaro cb96329
🐛 add babel/plugin-transform-react-contant-element to fix svgr's issue
marcofugaro 1a166ac
Publish
marcofugaro e48ea38
🐛 🌳 Add .env file generation during CI
marcofugaro 6edfc7c
📦 Use new version of fuss
marcofugaro 3b23d19
Publish
marcofugaro 442841e
🐛 Use .env.example during CI
marcofugaro bbcfca2
🌳 Force the CI env variable on netlify
marcofugaro 92ae313
🐛 Fix env requires order
marcofugaro 96b0e4f
Publish
marcofugaro e9fcb6c
🐠 Upgrade babel to 7
marcofugaro a41ffe8
📦 Upgrade eslint and scripts packages
marcofugaro a8c7dd1
📦 upgrade webpack deps
marcofugaro 316f4cc
📦 ⚛️ Upgrade webpack blocks and some other deps
marcofugaro 5f2d828
📦 Upgrade lerna version
marcofugaro bf6a963
Publish
marcofugaro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 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 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 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 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 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 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 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 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take a read over this blog post: https://jamie.build/last-2-versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@markov00 already done, check the Files Changed not the commits please. This is outdated