Use unpkg.com for JS imports
This commit is contained in:
parent
e07af0b2a4
commit
82f270c146
|
@ -12,7 +12,7 @@ export default {
|
||||||
['snowpack-plugin-cdn-import', {
|
['snowpack-plugin-cdn-import', {
|
||||||
dependencies: pkg.dependencies,
|
dependencies: pkg.dependencies,
|
||||||
enableInDevMode: true,
|
enableInDevMode: true,
|
||||||
// baseUrl: 'https://unpkg.com',
|
baseUrl: 'https://unpkg.com',
|
||||||
}]
|
}]
|
||||||
],
|
],
|
||||||
routes: [
|
routes: [
|
||||||
|
|
Loading…
Reference in a new issue