{"id":27325,"library":"quip-apps-webpack-config","title":"Quip Apps Webpack Config","description":"A webpack configuration package specifically designed for building Quip Apps. Version 0.1.3 provides a pre-configured webpack setup that handles the unique requirements of Quip Apps development, including processing of custom file types and integration with Quip's platform. Key differentiators: it abstracts common webpack boilerplate for Quip Apps, enabling developers to focus on app logic rather than build configuration. However, it is tightly coupled to the Quip Apps ecosystem and may not be suitable for general web projects.","status":"active","version":"0.1.3","language":"javascript","source_language":"en","source_url":"https://github.com/quip/quip-apps","tags":["javascript"],"install":[{"cmd":"npm install quip-apps-webpack-config","lang":"bash","label":"npm"},{"cmd":"yarn add quip-apps-webpack-config","lang":"bash","label":"yarn"},{"cmd":"pnpm add quip-apps-webpack-config","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"Peer dependency; webpack is required to run this configuration.","package":"webpack","optional":false},{"reason":"Needed for building from command line with webpack.","package":"webpack-cli","optional":true}],"imports":[{"note":"Package is CommonJS; no named exports.","wrong":"","symbol":"default","correct":"const webpackConfig = require('quip-apps-webpack-config');"},{"note":"ESM import works if your project supports it.","wrong":"import { webpackConfig } from 'quip-apps-webpack-config';","symbol":"default","correct":"import webpackConfig from 'quip-apps-webpack-config';"}],"quickstart":{"code":"const webpackConfig = require('quip-apps-webpack-config');\nconst path = require('path');\n\n// Merge with your custom webpack config\nconst customConfig = {\n  // Custom settings\n};\n\nmodule.exports = {\n  ...webpackConfig,\n  ...customConfig\n};","lang":"javascript","description":"Shows how to require the provided webpack configuration and merge it with custom settings."},"warnings":[{"fix":"Follow the Quip Apps project structure as documented.","message":"The package assumes a specific project structure; deviations may cause build failures.","severity":"gotcha","affected_versions":"0.1.x"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Run 'npm install quip-apps-webpack-config --save-dev' in your project root.","cause":"Package not installed or installed in wrong location.","error":"Module not found: Error: Can't resolve 'quip-apps-webpack-config'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}