update snowpack plugin
This commit is contained in:
parent
1355d570f5
commit
a17bafbb5a
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
||||||
"components",
|
"components",
|
||||||
"lib",
|
"lib",
|
||||||
"astro-prism",
|
"astro-prism",
|
||||||
|
"snowpack-plugin.cjs",
|
||||||
"astro.mjs"
|
"astro.mjs"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -6,7 +6,7 @@ const transformPromise = import('./lib/compiler/index.js');
|
||||||
module.exports = function (snowpackConfig, { resolve, extensions, astroConfig } = {}) {
|
module.exports = function (snowpackConfig, { resolve, extensions, astroConfig } = {}) {
|
||||||
return {
|
return {
|
||||||
name: 'snowpack-astro',
|
name: 'snowpack-astro',
|
||||||
knownEntrypoints: ['deepmerge'],
|
knownEntrypoints: [],
|
||||||
resolve: {
|
resolve: {
|
||||||
input: ['.astro', '.md'],
|
input: ['.astro', '.md'],
|
||||||
output: ['.js', '.css'],
|
output: ['.js', '.css'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue