@newlogic-digital/core 4.0.0-next.2 → 4.0.0-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6,7 +6,6 @@ import latte from '@vituum/vite-plugin-latte'
|
|
|
6
6
|
import juice from '@vituum/vite-plugin-juice'
|
|
7
7
|
import send from '@vituum/vite-plugin-send'
|
|
8
8
|
import { getPackageInfo, merge } from 'vituum/utils/common.js'
|
|
9
|
-
import twigOptions from './src/twig.js'
|
|
10
9
|
import browserslistToEsbuild from 'browserslist-to-esbuild'
|
|
11
10
|
import browserslist from 'browserslist'
|
|
12
11
|
import { Features as LightningCssFeatures, browserslistToTargets } from 'lightningcss'
|
|
@@ -73,7 +72,6 @@ const defaultOptions = {
|
|
|
73
72
|
code: 'node_modules/@newlogic-digital/core/latte/CodeFilter.php',
|
|
74
73
|
},
|
|
75
74
|
},
|
|
76
|
-
twig: twigOptions,
|
|
77
75
|
}
|
|
78
76
|
|
|
79
77
|
/**
|
package/package.json
CHANGED