{"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.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install quip-apps-webpack-config"],"cli":null},"imports":["const webpackConfig = require('quip-apps-webpack-config');","import webpackConfig from 'quip-apps-webpack-config';"],"auth":{"required":false,"env_vars":[]},"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.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}