bundle 相关问题

捆绑包是一组资源。

Deno 捆绑包替换

你能帮我替换 deprecetad deno bundle 命令吗? 我想为 esbuild 更改它,但运行命令: ./node_modules/.bin/esbuild --bundle lib/commands/abc/main.ts --out...

回答 2 投票 0

无法引用 webpack 包中的函数

我是 JS 库开发的新手,我正在尝试执行以下操作 使用 TypeScript 创建库 使用 webpack5 创建一个包 将库发布到 npm 在其他项目中使用该库...

回答 1 投票 0

如何在 putParcelable() 中使用父类型?

我有一个实例化片段并获取类的子对象作为参数的方法。然后,在这个方法中,我想使用 putParcelable() 将这个对象放入一个 Bundle 中,但是 Android Studio 我...

回答 0 投票 0

为什么在使用 Angular 构建的浏览器中加载包时,估计的传输大小没有反映出来?

我在使用 Angular 构建生成捆绑包时看到“原始大小”和“估计传输大小”。 但是当我在浏览器中加载网站时,chrome 开发工具显示 main.js 文件是 l...

回答 1 投票 0

无法使用 bootstrap.bundle.min.js 加载资源

引导程序有问题。我使用 npm 管理器将脚本导入到 node_modules 中,当我在我的实时服务器中打开时它可以工作,但是当尝试在 vercel 中部署时弹出此错误:

回答 0 投票 0

对“网络”选项卡中我所有本地文件的奇怪请求

有一个非常奇怪的行为。突然间,我在本地主机上运行的应用程序似乎对我文件夹中的所有文件 + 块(这是什么?)发出了 150 个请求。我不知道如何用谷歌搜索这个问题。几天...

回答 0 投票 0

我们有没有用于 python 后端代码库的打包工具(比如 webpack)

我有用于后端的 python (3.0) 代码库。 我想将此代码作为捆绑包部署到其他机器上,这样它就不需要安装依赖项。 注 1:在我的远程机器上我安装了 python ...

回答 1 投票 0

如何将故事板添加到 iOS SDK?

我正在开发一个 iOS SDK。我正在设计一个将出现在某些操作中的屏幕。但我想在 .xib 或故事板中设计这些屏幕。我怎样才能做到这一点? 我就是这样做的: 让故事板:

回答 1 投票 0

Symfony 6:如何定义第三方包 twig ux 组件

我需要在我自己的供应商包中制作一个 symfony UX 组件。 有组件,在应用程序级别按需要工作: 我需要在我自己的供应商包中制作一个 symfony UX 组件。 有组件,在应用程序级别按需要工作: <?php namespace App\Components; use Knp\Component\Pager\PaginatorInterface; use Mysterty\CoreBundle\Repository\PostRepository; use Symfony\UX\TwigComponent\Attribute\AsTwigComponent; #[AsTwigComponent('latest_posts', template: '@MystertyCore/Core/_latest_posts.html.twig')] class LatestPostComponent { private PostRepository $postRepository; private PaginatorInterface $paginator; public function __construct(PostRepository $postRepository, PaginatorInterface $paginator) { $this->postRepository = $postRepository; $this->paginator = $paginator; } public function getPaginatedPosts() { $query = $this->postRepository->getOrdered(); $pagination = $this->paginator->paginate($query, 1, 3); return $pagination; } } 如果我按如下方式在My/Bundle/src/Components中移动它,它会崩溃,除非我设置服务并将我的组件定义为AbstractController: #My/CoreBundle/config/services.yaml services: My\CoreBundle\Components\LatestPostComponent: public: true autowire: true autoconfigure: true tags: - "controller.service_arguments" - "container.service_subscriber" <?php namespace Mysterty\CoreBundle\Components; // […] #[AsTwigComponent('mty_latest_posts', template: '@MystertyCore/Core/_latest_posts.html.twig')] class LatestPostComponent extends AbstractController { // […] } 但是,它看起来很乱。这真的是正确的做法吗?

回答 0 投票 0

symfony6 - 在第三方包中定义和使用 services.yaml

我正在使用 symfony6.1 制作简单的“MyCoreBundle”(MystertyCoreBundle)如何制作捆绑包的文档。 我定义了我的包类 vendor/mysterty/core-bundle/CoreBundle.class 我正在使用 symfony6.1 制作简单的“MyCoreBundle”(MystertyCoreBundle)如何制作捆绑包的文档. 我定义了我的包类 vendor/mysterty/core-bundle/CoreBundle.class <?php namespace Mysterty\CoreBundle; use Symfony\Component\HttpKernel\Bundle\AbstractBundle; class MystertyCoreBundle extends AbstractBundle { } 我在 vendor/mysterty/core-bundle/config/services.yaml 中定义了一些参数和配置作为默认值: services: Mysterty\CoreBundle\Controller\CoreController: public: true calls: - method: setContainer arguments: ["@service_container"] parameters: app.admin_email: "mymailATserver.com" 然后我在 vendor/mysterty/core-bundle/src/Controller/CoreController.php 中制作了简单的控制器: <?php namespace Mysterty\CoreBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; use Symfony\Contracts\Translation\TranslatorInterface; class CoreController extends AbstractController { #[Route('/', name: 'mty_default')] public function indexNoLocale(): Response { $lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); $supportedLangs = explode('|', $this->getParameter('app.supported_locales')); $lang = in_array($lang, $supportedLangs) ? $lang : $supportedLangs[0]; return $this->redirectToRoute('mty_home', ['_locale' => $lang]); } 最后,我将包的路由添加到

回答 0 投票 0

我登录时没有转到我的主页

脚本错误。 在 http://localhost:3000/static/js/bundle.js:68731:58 从“@sanity/client”导入 SanityClient; 从“@sanity/image-url”导入 imageUrlBuilder; export const client = SanityClient...

回答 0 投票 0

正在生成 resource_bundle_accessor,类型“Bundle”没有成员“module”

有时 Xcode 无法确定 Bundle 中的模块参数。 类型“Bundle”没有成员“module” 我的调查表明 SPM 在模块上生成一个扩展(有时)用于 t...

回答 7 投票 0

从 NextJs 生产包中排除“传单”和“反应传单”

我想做的是从 NextJs v13 生产构建包中排除“leaflet”和“react-leaflet”包。 我为实现这一目标所做的就是修改 next.con ...

回答 0 投票 0

使用vite捆绑库时排除文件和文件夹

我正在尝试使用 vite(通过 vite.config.ts)发布一个库。我的代码库有一本故事书和一个应用程序设置。但是,当我发布我的库时,我只想包含 lib 目录下的文件...

回答 0 投票 0

Symfony sensio/framework-extra-bundle 被放弃了,#[Security] 替代品是什么?

我看到“package sensio/framework-extra-bundle is abandoned, you should avoid using it. Use Symfony instead.” 但我在我的控制器中使用它: 使用 Sensio\Bundle\FrameworkExtraBundle\Configur...

回答 1 投票 0

如何将 tinyMCE 与 Larave + Vite + Vue 项目捆绑

该项目是使用 Laravel 使用 Vite 和 Vue 构建的。 由于我不喜欢使用 Tiny Cloud,因此我尝试将 TinyMCE 集成到我的应用程序包中。 < 该项目是使用 Laravel 使用 Vite 和 Vue 构建的。 因为我不喜欢使用 Tiny Cloud,所以我尝试将 TinyMCE 集成到我的应用程序包中。 <template> <div> <textarea ref="editorRef"></textarea> </div> </template> <script lang="ts" setup> import tinymce from 'tinymce/tinymce'; import 'tinymce/themes/silver/theme'; import 'tinymce/plugins/advlist/plugin'; const { modelValue = "", options = {} } = defineProps({ modelValue: String, options: Object }); interface Emit { (e: 'update:modelValue', value: String): void; } const emit = defineEmits<Emit>(); const editorRef = ref(null); onMounted(() => { tinymce.init({ target: editorRef.value, plugins: 'advlist', toolbar: 'undo redo | bold italic | bullist numlist', setup: editor => { editor.on('init', () => { editor.setContent(modelValue); }) editor.on('change', () => { emit("update:modelValue", editor.getContent()); }) }, ...options, }); }) </script> 当我运行代码时,出现控制台错误。 Uncaught SyntaxError: Unexpected token '<' (at model.js:1:1) icons.js:1 Uncaught SyntaxError: Unexpected token '<' (at icons.js:1:1) 实际上,它正在发送对model.js和icons.js的请求。我试图找到系统的哪个部分正在为他们发送请求,但没有找到它。 如果有人让我知道问题是什么以及如何将 TinyMCE 与我的项目捆绑在一起,我将不胜感激。 谢谢!

回答 0 投票 0

源为“http://127.0.0.1:8000/issues/app.bundle.js”的<script>加载失败

我有一个 MERN 项目。它使用 "webpack": "^5.75.0" 来代理一个 express 应用 "express": "^4.18.2" 每当我导航到一个带有“...

回答 1 投票 0

无法安装 Jekyll - “致命错误:找不到‘openssl/ssl.h’文件”

我正在尝试在 Mac OS 上本地托管 Jekyll 站点。 使用 gem install jekyll 下载 Jekyll 后,我遇到了错误: 当前目录:/Users/main/.rvm/gems/ruby-3.0.0/gems/eventmachine-1...

回答 1 投票 0

我的包里有 core js 和 core js pure。这样对吗?

我目前正在使用 webpack 来捆绑我的项目,我的 main.js 非常大,所以我目前正在寻找一种方法来减少我的 main.js 的大小。 我可以看到我的包裹中最大的东西......

回答 1 投票 0

Browserify 不工作 Uncaught TypeError: Cannot read properties of undefined (reading 'split')

我正在尝试使用 Browserify 来在浏览器中运行我的 javascript,因为它需要 npm 依赖项,到目前为止代码非常简单: const translate = require('翻译谷歌')

回答 0 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.