並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 24 件 / 24件

新着順 人気順

parcelの検索結果1 - 24 件 / 24件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

parcelに関するエントリは24件あります。 javascripttechfeedJavaScript などが関連タグです。 人気エントリには 『Announcing Parcel CSS: A new CSS parser, compiler, and minifier written in Rust!』などがあります。
  • Announcing Parcel CSS: A new CSS parser, compiler, and minifier written in Rust!

    I'm very excited to announce @parcel/css, a new CSS parser, compiler, and minifier written in Rust! Check it out on GitHub, or try a live demo right in your browser. Parcel CSS has significantly better performance than existing tools, while also improving minification quality. In addition to minification, Parcel CSS handles compiling CSS modules, tree shaking, automatically adding and removing ven

      Announcing Parcel CSS: A new CSS parser, compiler, and minifier written in Rust!
    • Announcing Parcel v2!

      The Parcel team is beyond excited to announce that v2.0.0 stable is now available! 🎉 Parcel 2 brings the zero configuration experience you know and love from Parcel 1, and makes it scalable and extensible to projects of any size and complexity. It is already being used in production at some of the biggest companies in the industry including Atlassian, Adobe, and Microsoft. Check out our new websi

        Announcing Parcel v2!
      • 2019-08-20のJS: Parcel 2.0.0 α、npmのロードマップ、新しいReact DevTools

        JSer.info #449 - BundlerであるParcel 2.0.0のα版が公開されました。 🚀 Parcel 2.0.0-alpha.1 is here! 📦 - devongovett - Medium Parcel 2ではプラグインや設定による拡張が柔軟にできるようになっています。 次の種類に対する処理をプラグインとして扱えるようになっています。 Resolvers Transformers Bundlers Namers Runtimes Packagers Optimizers Validators Reporters 基本的な設定は@parcel/config-defaultというパッケージで管理され、 設定を変更したい場合は.parcelrcというファイルにプラグインの設定を書く形になるようです。 { "extends": ["@parcel/config-de

          2019-08-20のJS: Parcel 2.0.0 α、npmのロードマップ、新しいReact DevTools
        • Universal Parcel Tracking - Global Package Tracking

          International Package Tracking Regardless of the online store or the market you have purchased, you can always trace the full path of the order with our parcel tracking service US Post Tracking US Postal Service Tracking provides end-to-end inbound and outbound item tracking in the United States and is available for most domestic mail products that are large enough and that are addressed to domest

            Universal Parcel Tracking - Global Package Tracking
          • Parcel 2 beta 3

            The Parcel team is excited to release Parcel 2 beta 3! This release includes a ground up rewrite of our JavaScript compiler in Rust, which improves overall build performance by up to 10x. In addition, this post will cover some other improvements we’ve made to Parcel since our last update, along with our roadmap to a stable Parcel 2 release. 10x faster JavaScript compiler written in Rust 🚀Over the

              Parcel 2 beta 3
            • GitHub - parcel-bundler/lightningcss: An extremely fast CSS parser, transformer, bundler, and minifier written in Rust.

              Extremely fast – Parsing and minifying large files is completed in milliseconds, often with significantly smaller output than other tools. See benchmarks below. Typed property values – many other CSS parsers treat property values as an untyped series of tokens. This means that each transformer that wants to do something with these values must interpret them itself, leading to duplicate work and in

                GitHub - parcel-bundler/lightningcss: An extremely fast CSS parser, transformer, bundler, and minifier written in Rust.
              • createapp - webpack/Parcel/Snowpack boilerplate generator

                dist/index.htmlsrc/index.js.gitignoreREADME.mdpackage.jsonwebpack.config.js const webpack = require('webpack'); const path = require('path'); const config = { entry: './src/index.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'bundle.js' } }; module.exports = config;

                • Parcel 日本語ドキュメント

                  👕 最高の Tシャツとパーカーを買って、Parcel を応援してください!全利益が、 私達 Open Collective の事業の支えになります。 ✨ 🚀 驚くほど高速なパッケージング速度 Parcel はマルチコアコンパイルを有効にするためにワーカープロセスを使い、再起動後でも高速に動くようにファイルシステムのキャッシュを持ちます。 📦 全アセットをまとめます Parcel は設定不要で、JS、CSS、HTML、ファイルアセットなどをサポートします。プラグインは不要です。 🐠 全自動変換 コードを、プラグイン無しで自動変換します。必要に応じて、Babel、PostCSS、PostHTML を使い、node_modules ですら変換可能です。 ✂️ コードの分割も設定不要 動的な import() シンタックスで、Parcel はアウトプットバンドルを自動で分割し、必要に応じて

                    Parcel 日本語ドキュメント
                  • 2022-02-14のJS: Parcel 2.3.0、Vite 2.8.0、Angular Compilerがどのように動いているか、JavaScriptでDDD

                    JSer.info #579 - Parcel 2.3.0がリリースされました。 Release v2.3.0 · parcel-bundler/parcel ParcelでParcel自体のいくつかの依存関係を事前にbundleするように変更。 Node Core ModulesのpolyfillやBabel/PostCSSの依存関係をオンデマンドでインストールするように変更などの変更が含まれています。 Reduce the number of npm dependencies needed by parcel by devongovett · Pull Request #7576 · parcel-bundler/parcel Vite 2.8.0がリリースされています。 vite/CHANGELOG.md at main · vitejs/vite macOS Montereyで50

                      2022-02-14のJS: Parcel 2.3.0、Vite 2.8.0、Angular Compilerがどのように動いているか、JavaScriptでDDD
                    • 2024-03-05のJS: Parcel v2.12.0、`polyfill.io`の代用、express 4.18.3

                      JSer.info #683 - Parcel v2.12.0がリリースされました。 Parcel v2.12.0 Bunと同様の仕組みとして、Import Attributesを使ったmacroに対応しています。 JavaScript Macros in Bun | Bun Blog ブラウザ上で動作するREPLを公開、bundleにもLightning CSSを使うように変更されています。 その他にはメモリ使用量を52%改善、書き込みのパフォーマンスの改善なども行われています。 先週の記事で polyfill.io がFunnull CDN(方能CDN)を運営するFunnull(南京妙彩文化传播有限公司)に買収されたことをお伝えしました。 その後、FastlyやCloudflare(cdnjs)が polyfill.io の代用サービスとして、https://polyfill-fast

                        2024-03-05のJS: Parcel v2.12.0、`polyfill.io`の代用、express 4.18.3
                      • 無料でSSR・ホスティング・API鯖を立てれるVercel。無料でホスティングするサンプル。Parcel・ReactでSPA。 - Qiita

                        import * as React from 'react'; import { render } from 'react-dom'; import { combineReducers } from 'redux'; import { Provider } from 'react-redux'; import { Route, Switch } from 'react-router'; import { ConnectedRouter, routerMiddleware, connectRouter, } from 'connected-react-router'; import { applyMiddleware, compose, createStore } from 'redux'; import { createBrowserHistory } from 'history'; co

                          無料でSSR・ホスティング・API鯖を立てれるVercel。無料でホスティングするサンプル。Parcel・ReactでSPA。 - Qiita
                        • Parcel: The Email Coding Platform

                          Visual Editor Use world class code without writing a single line of it Approvals & Feedback Streamline your team’s review process and get campaigns out faster

                            Parcel: The Email Coding Platform
                          • 🚀 Parcel 2.0.0-alpha.1 is here! 📦

                            Today I’m incredibly excited to release the first alpha version of Parcel 2! Please try it out and help us take Parcel 2 to the finish line. Check it out on Github! Parcel 2 is a ground up rewrite of Parcel that we’ve been working on for over a year, and designing for almost a year before that. It incorporates everything we’ve learned building Parcel since the beginning, and the result is more ext

                              🚀 Parcel 2.0.0-alpha.1 is here! 📦
                            • Parcel 2: Rustベースの10倍高速なJavaScriptコンパイラ、モジュラー構成、差分バンドリング

                              Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                Parcel 2: Rustベースの10倍高速なJavaScriptコンパイラ、モジュラー構成、差分バンドリング
                              • 2022-01-06のJS: AVA 4、Parcel 2.1.0、Solid 1.3.0

                                JSer.info #573 - AVA 4がリリースされました。 Release AVA 4 · avajs/ava worker_threadsを使った並列実行をデフォルト化、Shared workersがStableとなっています。 また、親ディレクトリのava.config.*ファイルを探索するようになり、Snapshotのフォーマット変更、前回失敗したテストファイルを最初にテストするようになっています。 そのほかには、ava.config.*ファイル自体をECMAScript Modulesとして書けるようになっています。 ESM support Parcel 2.1.0がリリースされました。 parcel/CHANGELOG.md at v2 · parcel-bundler/parcel ESMのみが提供されるライブラリが増えたため、browserslistで指定しているサポ

                                  2022-01-06のJS: AVA 4、Parcel 2.1.0、Solid 1.3.0
                                • 2023-06-01のJS: Parcel v2.9.0、Deno 1.34、State of Node.js Performance 2023

                                  JSer.info #646 - Parcel v2.9.0がリリースされました。 Parcel v2.9.0 Release v2.9.0 · parcel-bundler/parcel exportsフィールドをopt-inでサポート、ESMで書かれた設定ファイルをサポート、ローカルプラグインをサポートされています。 また、デフォルトのminifyをSWCへ切り替え、--traceフラグで詳細なトレースデータを取得できるようになるといった変更も含まれています。 Deno 1.34リリース。 Deno 1.34: deno compile supports npm packages deno compileがnpm:に対応、deno.jsonでglobを指定できるように、IPアドレスに対するTLS証明書をサポートしています。 また、unstable APIとして Deno.createH

                                    2023-06-01のJS: Parcel v2.9.0、Deno 1.34、State of Node.js Performance 2023
                                  • 2022-11-17のJS: Parcel v2.8.0、Deno 1.28(`npm:`の対応)、Gatsby 5、Nuxt 3

                                    JSer.info #618 - Parcel 2.8.0がリリースされました。 Parcel v2.8.0 Release v2.8.0 · parcel-bundler/parcel Parcel 2.8.0では、ViteとTurbopackのベンチマーク比較から着想を得たパフォーマンス改善が含まれています。 Is Turbopack really 10x Faster than Vite? · Discussion #8 · yyx990803/vite-vs-next-turbo-hmr 大規模なアプリケーションでのビルド時間とバンドルサイズの削減、HMRのincremental buildのパフォーマンス改善、Tree Shakingの改善によるバンドルサイズの削減などが含まれています。 Deno 1.28がリリースされました。 Deno 1.28: Featuring 1.3

                                      2022-11-17のJS: Parcel v2.8.0、Deno 1.28(`npm:`の対応)、Gatsby 5、Nuxt 3
                                    • Parcel, Node.jsの両方で babel を使うときにbabelrcを分けたい - Qiita

                                      module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current' } } ] ] }; といった風に分けたい時のメモです。 Parcel側 Parcel は .babelrc または .babelrc.js しか扱ってくれないらしい1 ので、 クライアントに適用させたいconfigは上記に普通に入れてあげます。 Node.js側 こちらが結構てこずったのですが、CLIでビルドするときに、 デフォルトのbabelrcを除外しつつ、 適当な名前に変えたconfig (例えば、 .babelrc.server.js) を適用してあげるようにします。

                                        Parcel, Node.jsの両方で babel を使うときにbabelrcを分けたい - Qiita
                                      • GitHub - obahareth/are-you-es5: A package to help you find out which of your node_modules aren't ES5 so you can add them to your Webpack/Rollup/Parcel transpilation steps.

                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                          GitHub - obahareth/are-you-es5: A package to help you find out which of your node_modules aren't ES5 so you can add them to your Webpack/Rollup/Parcel transpilation steps.
                                        • GitHub - parcel-bundler/watcher: 👀 A native C++ Node module for querying and subscribing to filesystem events

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - parcel-bundler/watcher: 👀 A native C++ Node module for querying and subscribing to filesystem events
                                          • 📦 Parcel 2 beta 1: improved stability, tree shaking, source map performance, and more! 🚀

                                            The Parcel team is super excited to release the first beta of Parcel 2 today! This marks the first Parcel 2 release that’s more stable than our nightly and alpha releases, and our commitment to avoid changing most user facing APIs. Please try it out and give us your feedback on Github! It’s been a while since our last alpha release, and there has been a ton of active development on Parcel 2 in the

                                              📦 Parcel 2 beta 1: improved stability, tree shaking, source map performance, and more! 🚀
                                            • 2021-10-20のJS: Parcel v2、Node v17.0.0、Nuxt 3 beta

                                              JSer.info #562 - ビルドツールのParcel v2がリリースされました。 Announcing Parcel v2! Parcelは設定なしで動作することを目的にしているため、v1ではプラグインの仕組みは薄い形になっていました。 Parcel v2ではプラグインの仕組みを刷新し、様々なケースに対応できるようになっています。 Plugins また、Tree Shakingをデフォルト化、SWCベースのJavaScriptコンパイラに変更、ModernとLegacyビルドの出し分け、Image optimizerの追加されています。 その他にも、bundleのインライン化、ライブラリ向けのビルドのサポート、C++やRustでコアモジュールの一部を書き直し、ビルドパフォーマンスの改善なども含まれています。 Parcel v1からマイグレーションについてのドキュメントも公開されてい

                                                2021-10-20のJS: Parcel v2、Node v17.0.0、Nuxt 3 beta
                                              • Parcelを使ったウェブ開発 — 仕事ですぐに使えるTypeScript ドキュメント

                                                TypeScriptの世界を知る 前書き Node.jsエコシステムを体験しよう TypeScriptの書き方 変数 プリミティブ型 複合型 基本的な構文 基本的な型付け 関数 その他の組み込み型・関数 クラス 非同期処理 例外処理 モジュール console.logによるログ出力 中級のテクニック ジェネリクス 関数型指向のプログラミング クラス上級編 リアクティブ 高度なテクニック 環境ごとのTips(共通環境・ブラウザ以外) ソフトウェア開発の環境を考える 基本の環境構築 ライブラリ開発のための環境設定 CLIツール・ウェブサーバー作成のための環境設定 CI(継続的インテグレーション)環境の構築 成果物のデプロイ 使用ライブラリのバージョン管理 環境ごとのTips(ブラウザ環境) ブラウザ環境 ブラウザ関連の組み込み型 Reactの環境構築 Vue.jsの環境構築 Parcelを使っ

                                                • Rust rewrite by DeMoorJasper · Pull Request #52 · parcel-bundler/source-map

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                    Rust rewrite by DeMoorJasper · Pull Request #52 · parcel-bundler/source-map
                                                  1

                                                  新着記事