Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@app-config/rollup

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-config/rollup

Rollup plugin that resolves @app-config for you

latest
Source
npmnpm
Version
2.9.0-beta.3
Version published
Maintainers
2
Created
Source

App Config Rollup

Use app-config with rollup.

Install:

yarn add -D @app-config/rollup

Add to your rollup.config.js:

import appConfigRollup from '@app-config/rollup';

export default {
  input: 'src/index.js',
  output: {
    file: 'dist/index.js',
    format: 'cjs',
  },
  plugins: [appConfigRollup()],
};

This will allow you to use the config export from @app-config/main without calling loadConfig!

Keywords

vite-plugin

FAQs

Package last updated on 22 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts