Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-bundle-scss

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-bundle-scss - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

2

dist/index.js

@@ -10,3 +10,3 @@ 'use strict';

function bundleScss({ output }) {
function bundleScss({ output } = {}) {
const files = [];

@@ -13,0 +13,0 @@ return {

@@ -6,3 +6,3 @@ import { promises as fs } from 'fs';

export default function bundleScss({ output }) {
export default function bundleScss({ output } = {}) {
const files = [];

@@ -9,0 +9,0 @@ return {

{
"name": "rollup-plugin-bundle-scss",
"version": "0.0.1",
"version": "0.1.0",
"description": "Rollup .scss imports into one bundled .scss file",

@@ -13,4 +13,5 @@ "main": "dist/index.js",

"build": "rollup -f cjs -i index.js -o dist/index.js",
"lint": "eslint index.js",
"test": "npm run lint",
"lint": "eslint index.js test/test.js",
"unit": "jest",
"test": "npm run lint && npm run unit",
"preversion": "npm test",

@@ -39,3 +40,3 @@ "version": "npm run build && git add -A dist",

"dependencies": {
"scss-bundle": "0.0.0-canary.048dc82",
"scss-bundle": "^3.0.2",
"vue-template-compiler": "^2.6.10"

@@ -47,4 +48,7 @@ },

"eslint-plugin-import": "^2.18.2",
"rollup": "^1.25.2"
"jest": "^24.9.0",
"rollup": "^1.27.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-vue": "^5.1.2"
}
}
# rollup-plugin-bundle-scss
[![GitHub Action](https://github.com/weizhenye/rollup-plugin-bundle-scss/workflows/Node%20CI/badge.svg)](https://github.com/weizhenye/rollup-plugin-bundle-scss/actions?query=workflow%3A%22Node+CI%22)
[![Node version](https://badgen.net/npm/node/rollup-plugin-bundle-scss?icon=https://simpleicons.now.sh/node-dot-js/fff)](https://nodejs.org)

@@ -7,4 +8,2 @@ [![NPM version](https://badgen.net/npm/v/rollup-plugin-bundle-scss?icon=npm)](https://www.npmjs.com/package/rollup-plugin-bundle-scss)

**WIP**
Rollup .scss imports into one bundled .scss file. Supports .vue files.

@@ -29,3 +28,3 @@

file: 'dist/index.js',
format: 'umd',
format: 'esm',
},

@@ -49,6 +48,6 @@ plugins: [

export default {
input: 'src/index.js',
input: 'src/App.vue',
output: {
file: 'dist/index.js',
format: 'umd',
format: 'esm',
},

@@ -55,0 +54,0 @@ plugins: [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc