Commit 732a62e0 by Jonathan Reinink

Simplify source maps configuration

1 parent aa3ec42b
Showing with 1 additions and 8 deletions
......@@ -15,14 +15,6 @@ const tailwindcss = require('tailwindcss')
|
*/
// Provide inline source maps.
if ( ! mix.inProduction()) {
mix.webpackConfig({
devtool: 'inline-source-map',
})
.sourceMaps()
}
mix.js('resources/js/app.js', 'public/js')
.postCss('resources/css/app.css', 'public/css', [
cssImport(),
......@@ -39,3 +31,4 @@ mix.js('resources/js/app.js', 'public/js')
},
})
.version()
.sourceMaps()
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!