@contactstudio/agent-lib
Advanced tools
Comparing version
{ | ||
"name": "@contactstudio/agent-lib", | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"author": "Christopher Gonçalves <christopher.goncalves2002@gmail.com.br>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
module.exports = { | ||
plugins: { | ||
autoprefixer: {}, | ||
...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {}), | ||
}, | ||
}; |
@@ -5,2 +5,6 @@ const { defineConfig } = require("@vue/cli-service"); | ||
transpileDependencies: true, | ||
filenameHashing: true, | ||
productionSourceMap: false, | ||
outputDir: 'dist/', | ||
publicPath: '/', | ||
@@ -7,0 +11,0 @@ // css: { |
751061
05838
0.05%