Skip to content

Atlaspack is the frontend bundler used to build Atlassian products, written in JavaScript and Rust by core contributors of Parcel.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
OLD_LICENSE
Notifications You must be signed in to change notification settings

atlassian-labs/atlaspack

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ea4805a · Aug 20, 2024
Aug 16, 2024
Sep 11, 2023
Apr 22, 2024
Aug 20, 2024
Apr 29, 2021
Aug 19, 2024
Aug 20, 2024
Aug 19, 2024
Aug 20, 2024
Jan 4, 2024
Aug 20, 2024
Jan 4, 2024
Aug 19, 2024
May 9, 2020
Sep 11, 2023
Aug 19, 2024
Aug 19, 2024
May 9, 2019
Aug 20, 2024
Aug 19, 2024
Aug 20, 2024
Nov 1, 2021
Jan 4, 2024
Feb 28, 2024
Aug 20, 2024
Aug 20, 2024
Aug 20, 2024
May 1, 2024
Aug 16, 2024
Aug 20, 2024
Aug 20, 2024
Aug 19, 2024
Apr 30, 2024
May 10, 2021
Aug 19, 2024
May 20, 2024
Jun 3, 2024
Aug 20, 2024

Repository files navigation

Atlaspack

Atlassian license

Atlaspack is the frontend bundler used to build Atlassian products, written in JavaScript and Rust by core contributors of Parcel. It has been engineered to bundle exceptionally large applications and serve the needs of our products. While you are welcome to try out atlaspack, we do not plan to support use-cases outside of Atlassian at this time. Therefore, we advise against using atlaspack in production environments.

Note

This repository is currently a direct fork of Parcel that will diverge over time to better handle the needs and scale required by Atlassian

Special thanks to Devon for his invaluable contributions, guidance, and wisdom in shaping the foundations of the Atlassian bundler!

Prerequisites

Installation

npm install --save-dev @atlaspack/cli

Usage

atlaspack src/index.html

src/index.html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Atlaspack App</title>
    <script type="module" src="app.js"></script>
  </head>
  <body>
    <h1>Hello, World!</h1>
  </body>
</html>

src/app.js

console.log('Hello, World!');

Documentation

Check the docs website or the docs folder.

Tests

yarn test

Contributions

Please see CONTRIBUTING.md for details.

License

Copyright (c) 2024 Atlassian US., Inc. Apache 2.0 licensed, see LICENSE file.

Prior to 096a255d54474b58b80c659274c4604ed67c9039 contributions were released under the MIT license, see OLD_LICENSE.


With �� from Atlassian

About

Atlaspack is the frontend bundler used to build Atlassian products, written in JavaScript and Rust by core contributors of Parcel.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
OLD_LICENSE

Code of conduct

Stars

Watchers

Forks

Packages

No packages published