約354,000件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1年以内
  • 2023/6/24 -I finally found this solution. const {getDefaultConfig, mergeConfig} = require('@react-native/metro-config'); const defaultSourceExts ...

    2023/6/21 -exports = mergeConfig(getDefaultConfig(__dirname), { transformer: { babelTransformerPath: require.resolve('react-native-svg-transformer'), getTransformOptions: ...

    2023/11/20 -Vite plugin to load SVG files as Vue components. Latest version: 5.1.0, last published: 6 months ago. Start using vite-svg-loader in your project by running ...

    2023/10/11 -I found the following configuration to work seamlessly in Next.js: //next.config.mjs export default { webpack: (config) => { // Add rule for SVG files config.

    2023/8/23 -After the installation is complete, we can start using our package with a small addition to the vite.config.js file. import svgLoader from 'vite-svg-loader'

    2023/12/20 -// Configure .svg files to be loaded with @svgr/webpack config.module.rules ... config.js file and add: ... // Enable SVG Components // More info: https ...

    2024/5/1 -To disable blocking of SVG files: Create a patch config file. Paste the following code into the file: RequestResponsexml. Copy. <?xml version="1.0" encoding ...

    2023/8/15 -It is possible to use it with url-loader or file-loader . In your webpack.config.js : ... svg files with default export. When there is ... svg$/, use: [ { loader ...

    2023/7/21 -This works well for the size but I want to change the color (in css) as well. I've added the svgr tool to make a component of the svg image. next.config.js:

    2023/12/4 -You configure your Vike app by creating files that start with + such as +config.js . For example, you can define the Page and Layout component of a page by ...