UNPKG

afrododi

Version:

Framework-agnostic async-compatible CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation

17 lines (16 loc) 294 B
module.exports = { output: { path: __dirname + '/', filename: 'bundle.js' }, entry: [ './src/examples' ], module: { loaders: [{ test: /\.js$/, loaders: ['babel'], exclude: /node_modules/ }] } }