Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23ef354224 | |||
| 6cd6ce6f6f |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@zen/core",
|
"name": "@zen/core",
|
||||||
"version": "1.3.15",
|
"version": "1.3.16",
|
||||||
"description": "Un CMS Next.js construit sur l'essentiel, rien de plus, rien de moins.",
|
"description": "Un CMS Next.js construit sur l'essentiel, rien de plus, rien de moins.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ export default defineConfig([
|
|||||||
],
|
],
|
||||||
bundle: false, // Don't bundle these files
|
bundle: false, // Don't bundle these files
|
||||||
esbuildOptions(options) {
|
esbuildOptions(options) {
|
||||||
|
options.outbase = 'src';
|
||||||
options.loader = {
|
options.loader = {
|
||||||
'.js': 'jsx',
|
'.js': 'jsx',
|
||||||
'.jsx': 'jsx',
|
'.jsx': 'jsx',
|
||||||
|
|||||||
Reference in New Issue
Block a user