react-date-field
Version:
React DateField
35 lines (34 loc) • 687 B
JavaScript
module.exports = [
{
test: /\.(js|jsx)$/,
exclude: /node_modules/,
loaders: [
'react-hot-loader',
'babel-loader'
]
},
{
test: /\.styl$/,
exclude: /(node_modules|\.local\.styl)/,
loader: 'style!css!autoprefixer!stylus'
},
{
test: /\.local\.styl$/,
exclude: /node_modules/,
loader: 'style!css?modules!autoprefixer!stylus'
},
{
test: /\.scss$/,
exclude: /(node_modules|\.local\.scss)/,
loader: 'style!css!autoprefixer!sass'
},
{
test: /\.local\.scss$/,
exclude: /node_modules/,
loader: 'style!css?modules!autoprefixer!sass'
},
{
test: /\.css$/,
loader: 'style!css!autoprefixer'
}
]