cdn-resource-loader

0.0.6 • Public • Published

cdn-resource-loader

解决多个项目使用同一套预编译样式的问题

使用

npm i cdn-resource-loader -D

参数配置

{
  loader: 'cdn-resource-loader',
  options: {
    resources: [
      './theme-local.less', // 也可以填写本地资源
      'https://raw.githubusercontent.com/dingchenaobo/cdn-resource-loader/master/example/theme-cdn.less' // 替换为线上资源地址
    ]
  }
}

开发--权限

运行

npm run dev/build/...

提示 sh: scripts/dev: Permission denied,请给对应的 bash 添加权限

chmod +x ./scripts/dev...

Readme

Keywords

Package Sidebar

Install

npm i cdn-resource-loader

Weekly Downloads

1

Version

0.0.6

License

ISC

Unpacked Size

17.4 kB

Total Files

28

Last publish

Collaborators

  • dingchenaobo163.com