JSPM

arc-plugin-lightningcss

0.0.1-alpha.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q21495F
  • License Apache-2.0

Bundle a CSS entry file with Lightning CSS to the /public dir

Package Exports

  • arc-plugin-lightningcss
  • arc-plugin-lightningcss/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (arc-plugin-lightningcss) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm i --save-dev arc-plugin-lightningcss
#...

@plugins
arc-plugin-lightningcss

# optional config
@lightningcss
targets '>= 0.25%' # default
input src/css/style.css # default
output public/style.css # default
# add output to your .gitignore
public/style.css