[DEPRECATED] Basic Webpack loaders for JavaScript apps
This package is deprecated, please use webpack-blocks instead.
Basic Webpack loaders:
babel-loaderwith babel-preset-react-app presetcss-loaderandstyle-loaderjson-loaderurl-loaderfor all other files
Based on create-react-app but don’t include Autoprefixer.
Usage with React Styleguidist
npm install --save-dev loaders
// styleguide.config.js
const loaders = require('loaders');
module.exports = {
components: 'lib/components/**/[A-Z]*.js',
webpackConfig: {
module: {
// Enable all loaders
loaders: loaders.all,
// OR only needed loaders
loaders: [
loaders.babel,
loaders.css,
loaders.url,
// Other loaders for your styleguide
],
},
},
};Changelog
The changelog can be found on the Releases page.
Contributing
Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.
Authors and license
Artem Sapegin and contributors.
MIT License, see the included License.md file.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
