encore-entrypoints-analyzer
v0.0.2
Published
Webpack plugin for Symfony Encore that shows entrypoints.json file content in an interactive map
Maintainers
Readme
Encore entrypoints analyzer
Webpack plugin for Symfony Encore that shows entrypoints.json file content in an interactive map
Install
NOTE: this tool is intended to work only with Symfony Encore.
# NPM
npm install --save-dev encore-entrypoints-analyzer
# Yarn
yarn add -D encore-entrypoints-analyzerUsage
// File: webpack.config.js
const config = Encore.getWebpackConfig();
...
const EncoreEntrypointsAnalyzerPlugin = require('encore-entrypoints-analyzer');
config.plugins.push(new EncoreEntrypointsAnalyzerPlugin());Contributing
Check out CONTRIBUTING.md for instructions on contributing :tada:
