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

exports in config not work #389

@exotfboy

Description

@exotfboy

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions