am2222 / strapi-plugin-postgis

Add native postgis support to strapi.
https://am2222.github.io/strapi-plugin-postgis/
41 stars 15 forks source link

strapi-plugin-postgis ^0.1.7 causes build issues with codemirror.css #8

Open EllieBeveridge opened 1 year ago

EllieBeveridge commented 1 year ago

When npm package strapi-plugin-postgis is installed, it causes issues if the webpack is rebuilt. Specifically the following error message is shown:

ModuleNotFoundError: Module not found: Error: Package path ./lib/codemirror.css is not exported from package... etc

This error no longer appears when the package is removed.

Also the latest version of PostGis is 3.3.1, yet the package is only compatible with 3.1 and 3.2. It is not possible to deprecate the PostGis version., so this could cause issues in those upgrading to the latest PostGis.

am2222 commented 1 year ago

@EllieBeveridge This should be fixed in the recent update!