Skip to content

Commit

Permalink
Build testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailsidorov committed Apr 16, 2021
1 parent 4ee40dd commit 8e27ec0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
17 changes: 0 additions & 17 deletions .gtihub/workflows/publish-package.yml

This file was deleted.

4 changes: 2 additions & 2 deletions build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
name: 'VAos',
exports: 'named',
sourcemap: true,
globals: { 'lodash/kebabCase': '_kebabCase' },
globals: { 'lodash/kebabCase': '_kebabCase' },
},
plugins: [
peerDepsExternal(),
Expand All @@ -23,7 +23,7 @@ export default {
extensions: ['.js', '.jsx', '.ts', '.tsx', '.vue'],
}),
postcss({ minimize: true }),
isProduction() && terser(),
// isProduction() && terser(),
isProduction() && analyze(),
],
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-aos",
"version": "0.0.2",
"version": "0.0.3-a1",
"description": "Vue plugin for AOS (Animate on scroll library)",
"main": "dist/v-aos.umd.js",
"module": "dist/v-aos.esm.js",
Expand Down

0 comments on commit 8e27ec0

Please sign in to comment.