Registry / web-framework / quip-apps-webpack-config

quip-apps-webpack-config

JSON →
library0.1.3jsnpmunverified

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.

npm install quip-apps-webpack-config
INSTALL
IMPORT
SIG · QUIP-APPS-WEBPACK-
Q
quip-apps-webpack-config
web-frameworkjavascriptv0.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
✓ const webpackConfig = require('quip-apps-webpack-config');
Package is CommonJS; no named exports.
default
✓ import webpackConfig from 'quip-apps-webpack-config';
✗ import { webpackConfig } from 'quip-apps-webpack-config';
ESM import works if your project supports it.

Shows how to require the provided webpack configuration and merge it with custom settings.

const webpackConfig = require('quip-apps-webpack-config'); const path = require('path'); // Merge with your custom webpack config const customConfig = { // Custom settings }; module.exports = { ...webpackConfig, ...customConfig };
Debug
Known issues
gotchaThe package assumes a specific project structure; deviations may cause build failures.
fix
Follow the Quip Apps project structure as documented.
affects: 0.1.x
Errors
Common errors & fixes
Module not found: Error: Can't resolve 'quip-apps-webpack-config'
Package not installed or installed in wrong location.
fix
Run 'npm install quip-apps-webpack-config --save-dev' in your project root.
Upgrade
Version history
0.1.3latest on npm
Audit
Dependencies
webpackrequiredPeer dependency; webpack is required to run this configuration.
webpack-clioptionalNeeded for building from command line with webpack.
Agent activity
4 hits · last 30 days
node
4
Resources
quip-apps-webpack-config — npm install quip-apps-webpack-config · libregistry