WEBPACK in Japanese translation

webpack

Examples of using Webpack in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
For CSS compilation, Webpack will rewrite and optimize any url() calls within your stylesheets.
CSSコンパイルのため、Webpackはスタイルシート中のurl()呼び出しをリライトし、最適化します。
Js configures webpack to use file-loader and url-loader to handle them for you.
JsはWebpackがPNGファイルを扱えるようにfile-loaderとurl-loaderを使う設定を行います。
If you're setting up Webpack yourself, you will probably want to read Webpack's guide on code splitting.
もしWebpackを自分でセットアップしていた場合には、Webpackのコード分割に関するガイドを読むと良いでしょう。
So we won't be using Webpack here: you can configure it later.
なので、ここではWebpackは使用しません。もちろん後で設定することは可能です。
Vue-loader allows you to use other webpack loaders to process a part of a Vue component.
Vue-loaderは他のwebpackのloaderを使ってVueコンポーネントを処理することが出来ます。
To install Webpack, run this from the command line.
WebPackをインストールするには、次のようにコマンドラインから実行します。
Webpack will group any async module with the same chunk name into the same async chunk.
Webpackは同じチャンク名のどんな非同期のモジュールも同じ非同期のチャンクにグループします。
Webpack is not recognized as a internal or external command, operable program or batch file.
Webpackが内部または外部のコマンド、操作可能なプログラムまたはバッチファイルとして認識されない。
Under the hood, it uses Babel and webpack, but you don't need to know anything about them.
内部ではBabelとwebpackを利用していますが、それらについて知る必要はありません。
Webpack can follow the dependencies of the require() calls and do that for us.
Webpackはrequire()での依存性解決と実行を行うことが出来ます。
This loader is already included in the default Webpack configuration, but it is not set up to handle audio files.
このローダーは既にデフォルトのWebpackの設定にインクルードされていますが、オーディオファイルを扱うように設定されていません。nuxt。
The-d flag tells webpack to use development mode, which produces source maps for a better debugging experience.
Dフラグを使うと、WebPackに開発者モードで実行するように指示できます。ソースマップが生成されて、デバッグがやりやすくなります。
Or you can use React and Onsen UI from npm with CommonJS module system like Browserify or Webpack.
もしくは、BrowserifyやWebpackといったCommonJSモジュールシステムを用いることもできます。
By default, Nuxt uses vue-loader, file-loader and url-loader webpack loaders for strong assets serving.
Nuxt.jsはアセットファイルを配信するために(デフォルトでは)Webpackのローダーとしてvue-loader、file-loader及びurl-loaderを使います。
Babel-loader: this library is to use babel in Webpack.
Babel-loader:Webpack(ウェブパック)でbabel(バベル)を扱うためのライブラリです。
To use these pre-processors, we need to install their webpack loaders.
これらのプリプロセッサを使うためにWebpackのローダーをインストールする必要があります。
Webpack is so powerful that when you understand how it works, it can dramatically improve your front-end workflow.
Webpackは非常に強力です。どのように動作するか理解すれば、フロントエンド開発のワークフローを劇的に向上させることが出来ます。
Webpack can be used to take many files and dependencies and bundle them into one file, or other types.
Webpackを使うと、多くのファイルや依存関係を1つのファイルか、他のタイプにまとめることができます。
Past react development was created by installing babel and other packages from npm on your own using gulp or webpack.
過去のreact開発はgulpやwebpackを使って自分でnpmからbabelやその他パッケージをインストールして作成していました。
Webpack received a grant from Mozilla to make WebAssembly a first-class module type within webpack..
WebpackはMozillaからの助成金を受けて、WebAssemblyをwebpackのファーストクラス・モジュールタイプにしようとしている。
Results: 196, Time: 0.0275

Top dictionary queries

English - Japanese