mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 05:22:14 -07:00
switched web pack watch to poll mode
This commit is contained in:
parent
53985a282d
commit
a28dd6269a
2 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
var gulp = require('gulp');
|
||||
var webpackStream = require('webpack-stream');
|
||||
var livereload = require('gulp-livereload');
|
||||
|
||||
var webpackConfig = require('../webpack.config');
|
||||
webpackConfig.devtool = "#source-map";
|
||||
|
||||
gulp.task('webpack', function() {
|
||||
return gulp.src('main.js').pipe(webpackStream(webpackConfig)).pipe(gulp.dest(''));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue