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 49b7a28 commit 67924d2Copy full SHA for 67924d2
build/example.build.js
@@ -43,6 +43,8 @@
43
//Useful to map module names that are to resources on a CDN or other
44
//http: URL when running in the browser and during an optimization that
45
//file should be skipped because it has no dependencies.
46
+ //e.g. if you wish to include `jquery` and `angularjs` from public CDNs,
47
+ //paths: { "jquery": "empty:", "angular": "empty:" }
48
paths: {
49
"foo.bar": "../scripts/foo/bar",
50
"baz": "../another/path/baz"
0 commit comments