iyasmavoor

Results 2 comments of iyasmavoor

i also face same problem `const path=require('path'); const HtmlWebpackPlugin = require('html-webpack-plugin'); module.exports={ entry:['babel-polifill','./src/js/index.js'], output:{ path:path.resolve(__dirname,'dist'), filename:'js/bundle.js' }, plugins:[ new HtmlWebpackPlugin({ filename:'index.html', template : './src/index.html' }) ], module:{ rules:[ { test:/\.js$/,...