mirror of
https://github.com/luc-github/ESP3D-WEBUI.git
synced 2026-03-04 15:14:02 +01:00
9 lines
316 B
JavaScript
9 lines
316 B
JavaScript
/**
|
|
* Embed javascript and css source inline when using the webpack dev server or middleware
|
|
* Docs: https://github.com/DustinJackson/html-webpack-inline-source-plugin
|
|
*/
|
|
|
|
const HtmlWebpackInlineSourcePlugin = require("html-webpack-inline-source-plugin")
|
|
|
|
export default () => new HtmlWebpackInlineSourcePlugin()
|