Intlayer is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
The @intlayer/webpack
package is used to provide a Webpack configuration to make working a Webpack based application with Intlayer. The package also provides a plugin to add into an existing Webpack application.
import { IntlayerPlugin } from "@intlayer/webpack";
export default {
plugins: [
new IntlayerPlugin({
// Options
}),
],
};
Install the necessary package using your preferred package manager:
npm install @intlayer/webpack
pnpm add @intlayer/webpack
yarn add @intlayer/webpack