liferay / liferay-frontend-projects

A monorepo containing assorted Frontend Infrastructure Team projects
Other
66 stars 67 forks source link

fix(npm-scripts): reference the correct path for css files #1129

Closed bryceosterhaus closed 1 year ago

bryceosterhaus commented 1 year ago

This essentially "undoes" this bit of code when normalizing the exports config.

Not sure if there is a better way to handle this. I noticed we also do something similar here, https://github.com/liferay/liferay-frontend-projects/blob/master/projects/npm-tools/packages/npm-scripts/src/utils/getExternalExportsWebpackConfigs.js#L93-L96