File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ package-lock.json
1111
1212# Build directories
1313dist
14+ .parcel-cache
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-preset-atomic" ,
3- "main" : " index.js" ,
3+ "main" : " dist/ index.js" ,
44 "version" : " 3.0.1" ,
55 "files" : [
66 " ./index.js"
1414 "repository" : " https://github.com/atom-ide-community/babel" ,
1515 "license" : " MIT" ,
1616 "scripts" : {
17+ "dev" : " cross-env NODE_ENV=development parcel watch --target main index.js" ,
18+ "build" : " cross-env NODE_ENV=production parcel build --target main index.js" ,
1719 "bump" : " ncu -u"
1820 },
1921 "dependencies" : {
5052 "devDependencies" : {
5153 "@babel/cli" : " 7.11.6" ,
5254 "@babel/core" : " 7.11.6" ,
53- "npm-check-updates" : " 10.2.5"
55+ "npm-check-updates" : " 10.2.5" ,
56+ "cross-env" : " ^7.0.3" ,
57+ "parcel" : " ^2.0.0-nightly.476"
58+ },
59+ "targets" : {
60+ "main" : {
61+ "context" : " node" ,
62+ "includeNodeModules" : true ,
63+ "outputFormat" : " commonjs" ,
64+ "isLibrary" : true
65+ }
5466 }
5567}
You can’t perform that action at this time.
0 commit comments