Skip to content

Commit

Permalink
Merge pull request #5 from punkave/pre-npm
Browse files Browse the repository at this point in the history
remove loader extensions
  • Loading branch information
grdunn authored Feb 1, 2019
2 parents 65d7e0d + 0a4389a commit f3d3acd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
7 changes: 2 additions & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ module.exports = function (appRoot) {
}),
new StyleLintPlugin({
failOnError: false,
configFile: path.join(__dirname, './.stylelintrc.json')
configFile: path.join(__dirname, './.stylelintrc')
})
],
resolveLoader: {
extensions: [ '.js', '.json' ]
},
module: {
rules: [
{
Expand All @@ -38,7 +35,7 @@ module.exports = function (appRoot) {
exclude: /node_modules/,
loader: 'eslint-loader',
options: {
configFile: path.join(__dirname, './.eslintrc.json')
configFile: path.join(__dirname, './.eslintrc')
}
},
{
Expand Down

0 comments on commit f3d3acd

Please sign in to comment.