@ditojs/build
Advanced tools
Comparing version 1.30.0 to 2.0.0
{ | ||
"name": "@ditojs/build", | ||
"version": "1.30.0", | ||
"version": "2.0.0", | ||
"type": "module", | ||
@@ -33,4 +33,4 @@ "repository": "https://github.com/ditojs/dito/tree/master/packages/build", | ||
}, | ||
"gitHead": "5d09dc24ecb77b511f3c25643275ea1b9514fb52", | ||
"gitHead": "dde9462e778bce37bc4fa3e47127a9ba12a4d5e2", | ||
"readme": "# Dito.js Build Helper Functions\n\nDito.js is a declarative and modern web framework with a focus on API driven\ndevelopment, based on Koa.js, Objection.js and Vue.js\n\nReleased in 2018 under the MIT license, with support by https://lineto.com/\n" | ||
} |
@@ -1,3 +0,3 @@ | ||
import { defineConfig as defineViteConfig } from 'vite' | ||
import { createVuePlugin } from 'vite-plugin-vue2' | ||
import { defineConfig } from 'vite' | ||
import createVuePlugin from '@vitejs/plugin-vue' | ||
import { getPostCssConfig } from './postcss.js' | ||
@@ -8,3 +8,2 @@ import { getRollupExternalsFromDependencies } from './rollup.js' | ||
name, | ||
defineConfig = defineViteConfig, | ||
css = false, | ||
@@ -11,0 +10,0 @@ vue = false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6667
150