Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
update rollup-plugin-atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 29, 2020
1 parent befef0b commit e66f894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"coffeelint": "^1.9.7",
"coffeescript": "^1.12.7",
"rollup": "^2.21.0",
"rollup-plugin-atomic": "^1.0.2",
"rollup-plugin-atomic": "^1.2.0",
"shx": "latest",
"cross-env": "^7.0.2",
"@babel/cli": "7.10.5",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createPlugins } from "rollup-plugin-atomic";

const plugins = createPlugins(["js", "coffee"], true);
const plugins = createPlugins(["js", "coffee", "babel"]);

export default [
{
Expand Down

0 comments on commit e66f894

Please sign in to comment.