betrueagency / nx-reactjs-elementor

29 stars 9 forks source link

dist/vendor.js?ver=1.0.1 is missing 404 #13

Closed fstn closed 2 years ago

fstn commented 2 years ago

When displaying the page into elementor I get a 404 on dist/vendor.js?ver=1.0.1

NX_RELEASE_VERSION=1.0.1 npx nx pkg visa doesn't generate the vendor file into dist

fstn commented 2 years ago
image
fstn commented 2 years ago

Add antd.css into your assets:

image

Insert a style tag to import antd style `export function CustomProviders(props: BaseAppProviderProps) { return (

` Run pkg and it solved