Skip to content

Commit

Permalink
Remove devtool entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
plantainrain committed Jan 21, 2020
1 parent 3dc4c52 commit 85f3a08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const path = require('path');
module.exports = function (appRoot) {
return {
entry: [`${appRoot}/src/js/site.js`, `${appRoot}/src/scss/site.scss`],
devtool: 'none',
output: {
path: `${appRoot}/public/js/`,
filename: 'always.js',
Expand Down

0 comments on commit 85f3a08

Please sign in to comment.