TeselaGen / tg-oss

Teselagen Open Source modules
https://teselagen.github.io/tg-oss/
MIT License
39 stars 19 forks source link

Fix package build for webpack #14

Closed sunm19810-pki closed 1 year ago

sunm19810-pki commented 1 year ago

1 make sure all JSX code is compiled 2 exclude 'react', 'react-dom', 'react-redux' in the bundled file, just use that in the host project. 3 change the 'package.json' file in the published package to make the package can be used directly as es module and do not need extra compile process for project based on webpack.