here is my code
// var htmlplugin = require('html-webpack-plugin'); // works!
import htmlplugin from 'html-webpack-plugin'; //not working
when I npm run dev shows erros like:
import htmlplugin from 'html-webpack-plugin'
^^^^^^
SyntaxError: Unexpected token import