书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 2935 个相关结果.
  • AMD模块打包

    2221 2019-08-01 《webpack指南》
    AMD模块打包 初试牛刀 解析 AMD依赖 AMD模块打包 初试牛刀 webpack对AMD提供了比较完善的支持。我们同样以一个例子开始: example1.1.html : <html> <head> <title> webpack.toobug.net </title> <script src =...
  • Configuration

    build buildDir cli css components dev dir env extendPlugins generate globalName head hooks ignore loading loadingIndicator mode modern modules modulesDir plugin...
  • ice-scripts 使用指南

    命令行工具 ice dev ice build 主题配置 - themeConfig 代理配置 - proxyConfig 构建配置 - buildConfig 配置项 配置示例 自定义配置 - .webpackrc.js 修改编译的路径为 dist 修改 publicPath 使用 DefinePlugin alias Mock ...
  • 代码分离

    代码分离 入口起点(entry points) 防止重复(prevent duplication) 动态导入(dynamic imports) 预取/预加载模块(prefetch/preload module) bundle 分析(bundle analysis) 下一步 进一步阅读 贡献人员 代码分离 本指南继续沿用 起步 和 ...
  • 脱离 Dojo 构建管道

    脱离 Dojo 构建管道 脱离 Dojo 构建管道 Dojo 的构建管道为项目提供了一个端到端的工具链,但是,在极少数情况下,可能需要自定义工具链。只要将项目脱离 Dojo 的构建管道,就可以自定义工具链。 将项目脱离构建管道,是一个不可逆的、单向过程,它会导出 Webpack、Intern 以及 dojo 命令使用的其他项目的底层配置文件。如果...
  • 基本配置项

    1144 2019-08-01 《webpack指南》
    基本配置项 entry 和output output.filename 中的占位符 output.path 基本配置项 entry 和output 首先我们写一个简单的配置文件,将前面我们用到的命令行参数放到配置文件中来。 webpack.config.js : module . exports = { entr...
  • 非模块化文件打包

    1830 2019-08-01 《webpack指南》
    非模块化文件打包 Demo 解析 影响 非模块化文件打包 为了演示webpack的强大,我们将首先演示非模块化文件打包。 Demo 首先准备一个HTML(example1.1.html ): <html> <head> <title> webpack.toobug.net </title> ...
  • 8.1 加载性能

    774 2021-02-02 《PWA 应用实战》
    加载性能 减小资源体积 压缩文本内容 优化 JavaScript 第三方库引入 对资源进行缓存 HTTP 缓存 调整资源优先级 预加载 预连接与 DNS 预解析 预取 懒加载 使用 webpack 优化资源加载 区分开发环境和生产环境 Tree shaking 启用长期缓存 合理拆分代码 压缩文本内容 分析资源体积 ...
  • Integrating with Build Tools

    Integrating with Build Tools Babel Install .babelrc Using Command Line Interface package.json Execute Babel from the command line Browserify Install Using Command Line Inte...
  • 构建配置

    构建配置 ssr path publicPath filenames babel 使用 .babelrc cssExtract cssMinimize & cssSourceMap jsSourceMap bundleAnalyzerReport defines alias plugins extend extendWithWe...