Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@jpweeks/html-webpack-inline-plugin
Advanced tools
[![NPM Version](https://img.shields.io/npm/v/html-webpack-inline-plugin.svg?style=flat-square)](https://www.npmjs.com/package/html-webpack-inline-plugin)
Inline all
<script>
,<link>
and<img>
tags that contain theinline
attribute with inline-source.
npm install --save-dev html-webpack-inline-plugin
Require the plugin in your webpack config:
var HtmlWebpackInlinePlugin = require('html-webpack-inline-plugin');
Add the plugin to your webpack config as follows:
plugins: [
new HtmlWebpackPlugin(),
new HtmlWebpackInlinePlugin()
]
Add the tag to your html template as follows:
<!DOCTYPE html>
<html>
<head>
<script inline src="web_modules/lib/lib.js"></script>
</head>
<body>
</body>
</html>
This project is licensed under MIT.
FAQs
[![NPM Version](https://img.shields.io/npm/v/html-webpack-inline-plugin.svg?style=flat-square)](https://www.npmjs.com/package/html-webpack-inline-plugin)
The npm package @jpweeks/html-webpack-inline-plugin receives a total of 2 weekly downloads. As such, @jpweeks/html-webpack-inline-plugin popularity was classified as not popular.
We found that @jpweeks/html-webpack-inline-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.