webpack-plugin-merak
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

webpack-plugin-merak

const { Merak, merakPostCss } = require('webpack-plugin-merak')

module.exports = {
  devtool: 'source-map',
  devServer: {
    headers: {
      'Access-Control-Allow-Origin': '*',
      'Access-Control-Allow-Headers': '*',
      'Access-Control-Allow-Methods': '*',
    },
  },

  plugins: [new Merak(id)],
}

/webpack-plugin-merak/

    Package Sidebar

    Install

    npm i webpack-plugin-merak

    Weekly Downloads

    25

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    6.52 kB

    Total Files

    5

    Last publish

    Collaborators

    • fgsreally