"Webpack" is not found on TREX in Japanese-English direction
Try Searching In English-Japanese (Webpack)

Low quality sentence examples

コードがwebpackでコンパイルされると、process.env。
When webpack compiles your code, it replaces all instances of process. env.
Lt;!--assetsディレクトリにあるwebpackされたイメージ-->
Lt;!-- webpacked image from assets directory-->
Webpack-configフラグはテストに使うwebpack設定ファイルを指定します。
The--webpack-config flag specifies the webpack config file to use for the tests.
設定を使用してwebpack-dev-serverを開始する。
Start webpack-dev-server using the config.
デフォルト:webpack設定がtarget:'node'
Default: true when the webpack config has target:'node'
VUE_ENVはwebpack.DefinePluginを使って注入できます。
VUE_ENV' can be injected with'webpack.
また、webpack等のモジュールバンドラーを使って読み込むこともできます。
Or, you can use VueOnsen from npm with a module bundler like Webpack.
クライアントをビルドし、webpack-dev-serverを起動します。
Build clients assets and launch webpack-dev-server.
Jsとして保存して、webpackのエントリーポイントをui/entry。
Js and register this as a Webpack entry point inui/entry. js.
最後に取り扱うものとしてwebpackのaliasだけが残っています。
And finally we just have the webpack alias left to handle.
Monaca_preview.js:webpackwebpack-dev-serverインスタンスを管理するためのスクリプト。
Monaca_preview. js: a script to manage webpack and webpack-dev-server instance.
このセクションは直接webpackの設定を行いたい人向けです。
This section is only relevant if you configure webpack directly.
Vue-cliによって雛形生成されたwebpack-simpleテンプレートです。
The webpack-simple template scaffolded by vue-cli.
Webpackの監視オプションについてより深く理解するにはwebpackのドキュメントを参照してください。
To learn more about webpack watchoptions, see the webpack documentation.
この選択肢はとくにwebpackによる操作を必要としないレガシープロジェクトに便利です。
This option is particularly useful for legacy projects where you don't require Webpack compilation for your JavaScript.
このリリースでは、NativeScriptのwebpackとのインテグレーションも改善されている。
This release also improves NativeScript's integration with webpack.
やり方はMocha+webpackによる単一ファイルコンポーネントのテストのガイドをお読みください。
To get started, read the guide on testing SFCs with Mocha+ webpack.
Mocha-webpackにコードカバレッジをセットしたい場合は、themocha-webpackcodecoverageguideに従ってください。
To setup code coverage to mochapack, follow the mochapack code coverage guide.
したがって、単純にwebpackでテストをバンドルでき、それを直接Nodeで実行できます。
Thus you can simply bundle the tests with webpack and run it directly in Node.
Jestはwebpackでアセットやスタイル、コンパイル作業を管理するプロジェクトで使用できます。
Jest can be used in projects that use webpack to manage assets, styles, and compilation.