Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23ef354224 | |||
| 6cd6ce6f6f |
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -78,6 +78,7 @@ export default defineConfig([
|
||||
],
|
||||
bundle: false, // Don't bundle these files
|
||||
esbuildOptions(options) {
|
||||
options.outbase = 'src';
|
||||
options.loader = {
|
||||
'.js': 'jsx',
|
||||
'.jsx': 'jsx',
|
||||
|
||||
Reference in New Issue
Block a user