約149,000件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:3か月以内
  • 2024/5/14 -Merge the contents from your project's metro.config.js file with this config (create the file if it does not exist already). metro.config.js :.

    2024/4/30 -You can do this by adding SVGR to your webpack configuration. const nextConfig = { webpack(config) { // Grab the existing rule that handles SVG imports const ...

    2024/5/30 -If you are using the CLI, this configuration object is read from the file specified by --config . This defaults to: .svglintrc.js; If the package.json type ...

    2024/4/26 -config.js\ file. '^.+\\.(svg\\?react)$': 'jest-transformer-svg'. But it did not work. The whole Test suit fails to work since it says now it cannot find the ...

    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 ...

    2024/5/2 -Configuring Next.js for SVG Imports. To begin, you'll need to adjust your Next.js configuration to handle SVG files. This involves setting up a ...

    2024/5/31 -It can be used to create lines, curves, arcs, and more. Paths create complex shapes by combining multiple straight lines or curved lines. Complex shapes ...

    2024/4/3 -Setup your vite.config.js file in your root directory this way. ... plugins: [ react(), svgr()], });. The plugin's guide suggests to add the “?react” suffix to ...

    2024/4/24 -Hello, I am developing an application based on create-react-app for a TV and I ran into a problem with using SVG files ... config.js”, and doing the same with CSS ...

    2024/6/18 -jest-preset-angular uses ts-jest options under the hood, which are located under the globals of Jest config object in the package.json file of your project, or ...