mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use import for EleventyServerlessBundlerPlugin
This commit is contained in:
parent
0a02746803
commit
6598633a4a
1 changed files with 2 additions and 1 deletions
|
|
@ -27,13 +27,14 @@
|
|||
import fs from 'fs-extra'
|
||||
import replace_css_url from 'replace-css-url'
|
||||
import dotenv from 'dotenv'
|
||||
import { EleventyServerlessBundlerPlugin } from '@11ty/eleventy'
|
||||
import { InlineCodeManager } from '@11ty/eleventy-assets'
|
||||
import { transformSync } from 'esbuild'
|
||||
|
||||
|
||||
import nuxtConfig from './nuxt.config'
|
||||
|
||||
const { EleventyServerlessBundlerPlugin } = require("@11ty/eleventy");
|
||||
|
||||
|
||||
// Setup dotenv
|
||||
dotenv.config()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue