Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

exports in config not work #389

Open
exotfboy opened this issue Oct 30, 2017 · 0 comments
Open

exports in config not work #389

exotfboy opened this issue Oct 30, 2017 · 0 comments

Comments

@exotfboy
Copy link

I am using the latest closure-util to build my application with ol ,however the following config works but does not export ol.Map.

{
  "lib": [
	"node_modules/openlayers/src/**/*.js",
	"node_modules/openlayers/build/ol.ext/**/*.js",
	"src/**/*.js"
  ],
  "exports": [
    "ol.Map"
  ],

When I say works I mean that my bundled application works as expected.

It seems that the exports does not take effect as expected.

So I want to know how closure-util deal with exports ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant