digitalbazaar / bedrock-webpack

Bedrock webpack module.
Apache License 2.0
0 stars 2 forks source link

Find a way to remove custom aliasing of `vue` to CJS version #44

Open dlongley opened 2 years ago

dlongley commented 2 years ago

We are aliasing vue to the CJS version right now in the webpack build options. When we don't do this, vue apps don't build properly -- we should fix this to enable tree-shaking, etc.