Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Library name
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Oct 25, 2021
1 parent 4305f5f commit a9b89a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fe-container/.rescriptsrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { name } = require('./package');

module.exports = {
webpack: config => {
config.output.library = `${name}-[name]`;
config.output.library = name;
config.output.libraryTarget = 'umd';
config.output.jsonpFunction = `webpackJsonp_${name}`;
config.output.globalObject = 'window';
Expand Down

0 comments on commit a9b89a7

Please sign in to comment.