Skip to content

Commit e911283

Browse files
committed
Configured webpack to run in development mode
1 parent 1b7fd69 commit e911283

File tree

2 files changed

+250
-50
lines changed

2 files changed

+250
-50
lines changed

assets/bundles/app.js

+249-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const BundleTracker = require('webpack-bundle-tracker');
44
const VueLoaderPlugin = require('vue-loader/lib/plugin');
55

66
module.exports = {
7+
mode: 'development',
78
context: __dirname,
89
entry: './assets/js/index',
910
output: {

0 commit comments

Comments
 (0)