jl917 / webpack-plugin-runtime-assets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide

// webpack.config.js
const webpackPluginRuntimeAssets = require('@julong/webpack-plugin-runtime-assets').default;
module.exports = {
  plugins: [
    // ...
    new webpackPluginRuntimeAssets(),
    // ...
  ]
}

About

License:MIT License


Languages

Language:TypeScript 100.0%