Skip to content

Commit

Permalink
fix(webpack.dll): remove unused loaders
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Apr 2, 2017
1 parent a9ba2f5 commit 0995151
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions webpack.dll.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,4 @@ webpackDllConfig.plugins = [
}),
]

// ------------------------------------
// Loaders
// ------------------------------------
webpackDllConfig.module.loaders = [{
//
// SASS
//
test: /\.s?css$/,
use: ['style-loader', 'css-loader', 'sass-loader'],
}, {
//
// Files
//
test: /\.(eot|ttf|woff|woff2|svg|png)$/,
loader: 'file-loader',
}]

module.exports = webpackDllConfig

0 comments on commit 0995151

Please sign in to comment.