mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
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",
|
||||
"lib",
|
||||
"astro-prism",
|
||||
"snowpack-plugin.cjs",
|
||||
"astro.mjs"
|
||||
],
|
||||
"scripts": {
|
||||
|
|
|
@ -6,7 +6,7 @@ const transformPromise = import('./lib/compiler/index.js');
|
|||
module.exports = function (snowpackConfig, { resolve, extensions, astroConfig } = {}) {
|
||||
return {
|
||||
name: 'snowpack-astro',
|
||||
knownEntrypoints: ['deepmerge'],
|
||||
knownEntrypoints: [],
|
||||
resolve: {
|
||||
input: ['.astro', '.md'],
|
||||
output: ['.js', '.css'],
|
||||
|
|
Loading…
Reference in a new issue