summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-01Add .css.js file to test migrationNick Van Doorn
Configuring webpack to load .css and .css.js files with postcss while using css-js-loader for migration
2017-06-29Test out new PostCSS configNick Van Doorn
2017-06-29Configure PostCSS pluginsNick Van Doorn
All changes aside from the PostCSS stuff is copied over from my portfolio config (such as injecting title, using built in minifier, and giving fonts their own directory)
2017-06-29Inject template with title & disable user scalingNick Van Doorn
2017-06-29Add css dependencies and cleanup aliasesNick Van Doorn
Added a bunch of dependencies for the new PostCSS setup (no more css-js-loader) as well as some font-awesome dependencies as I figured most people will want font-awesome in a react starter
2017-05-17Fix font-loadingNick Van Doorn
2017-05-13Demo postcss autoprefixer with flexNick Van Doorn
2017-05-13Add autoprefixer dependencyNick Van Doorn
2017-05-13Fix dev run modeNick Van Doorn
Problem with the paths was causing webpack-dev-server problems
2017-05-12Add sourcemap and url loaderNick Van Doorn
2017-05-12Add eslint dependenciesNick Van Doorn
2017-05-12Add repo urlNick Van Doorn
2017-05-12Add yarn lockfileNick Van Doorn
2017-05-12Add authorNick Van Doorn
2017-05-12Add example React componentNick Van Doorn
This will likely expand to show off some of the nicer features of this webpack config
2017-05-12Add HTML templateNick Van Doorn
2017-05-12Add dependencies and npm commandsNick Van Doorn
2017-05-12Configure webpackNick Van Doorn
2017-05-12Ignore node_modulesNick Van Doorn
2017-05-12Ignore buildNick Van Doorn
2017-05-12Initial commitNick Van Doorn