zhiyan wang
Results
2
issues of
zhiyan wang
hi, i use the plugin as this: ``` var OpenBrowserPlugin = require('open-browser-webpack-plugin') … plugins: [ new webpack.ProvidePlugin({ $: 'jquery', jQuery: 'jquery' }), new OpenBrowserPlugin() ], ``` but when i run...
Hi, i use gulp-webpack and handlebars-loader , but find a problem : gulpfile.js: ``` var gulp = require('gulp'); var webpack = require('gulp-webpack'); var named = require('vinyl-named'); gulp.task('default', function() { return...