mingwiki-webpack-helloworld-plugin

1.0.0 • Public • Published

mingwiki-webpack-helloworld-plugin

const path = require('path')
const helloworld = require('mingwiki-webpack-helloworld-plugin')
module.exports = {
  entry: {
    index: "./test.js"
  },
  output: {
    path: path.resolve(__dirname, './dist'),
  },

  module: {
    rules: [
    ]
  },
  plugins: [
    new helloworld()
  ]
}

/mingwiki-webpack-helloworld-plugin/

    Package Sidebar

    Install

    npm i mingwiki-webpack-helloworld-plugin

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    12.6 kB

    Total Files

    4

    Last publish

    Collaborators

    • mingwiki