0
Fork 0
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:
Fred K. Schott 2021-04-10 22:02:19 -07:00
parent 1355d570f5
commit a17bafbb5a
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@
"components",
"lib",
"astro-prism",
"snowpack-plugin.cjs",
"astro.mjs"
],
"scripts": {

View file

@ -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'],