Use unpkg.com for JS imports
This commit is contained in:
parent
e07af0b2a4
commit
82f270c146
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue