We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6658f commit d67e790Copy full SHA for d67e790
.circleci/config.yml
@@ -27,7 +27,7 @@ jobs:
27
- v1-dependencies-
28
29
- run: npm install
30
- - run: npm install plotly.js-dist # peer dependency
+ - run: npm install plotly.js-dist-min # peer dependency
31
32
- save_cache:
33
paths:
projects/plotly/src/lib/plotly-via-cdn.module.spec.ts
@@ -1,4 +1,4 @@
1
-import { PlotlyBundleName } from 'dist/plotly/public-api';
+import { PlotlyBundleName } from './plotly-via-cdn.module';
2
3
import { PlotlyViaCDNModule } from './plotly-via-cdn.module';
4
import { PlotlyService } from './plotly.service';
0 commit comments