An entrypoint for webpack which is added automatically for safe publicPath.
npm install @wpackio/entrypoint@wpackio/entrypointA custom entry-point for webpack. This is designed to set the publicPath dynamically
under production build. This should not be used elsewhere.
Please see wpack.io for usage.
If using yarn
``bash`
yarn add @wpackio/entrypoint
or with npm
`bash`
npm i @wpackio/entrypoint
It is taken care of automatically. What @wpackio/scripts does is adds@wpackio/entrypoint/lib/index.js under all entry-points.
It depends on __WPACKIO__ free variable, as defined by webpack.DefinePlugin.@wpackio/scripts
All of it is taken care of by .
This package has the same npm scripts as this monorepo. These should be runlerna run
using