Fast front-end web app build tool with simple declarative config, seamless incremental compilation for rapid development, an opinionated pipeline and workflow, and core support for source maps.
popper.js
module as a global, which if i'm not mistaken is not supported in the npm globals object?
stylesheets: {
joinTo: 'app.css'
}
but now I get
Error: File to import not found or unreadable: utilities/_all
{ destination: sourceFile }
rather than the other way round
Hi,
I'm trying to use the monaco-editor
(https://github.com/Microsoft/monaco-editor) together with brunch. However, I cannot get it to work. Monaco comes with his own loader, which seems like AMD. I'm also using the brunch-typescript
plugin. The main app.ts
file does not seem to find the monaco editor (at compiletime and runtime). I've tried installing monaco via npm and using copycat to copy all the files in the node_modules/monaco-editor/min/vs
folder to the public
directory. How do I need to configure brunch to get this working?
npm i -g brunch
brunch w -s
parcel
package, it's nice but not as robust/powerful as brunch
hey, i'm having some issues with brunch for production.
The plugin uglify-js-brunch
shows the error:
error: L16955:21 SyntaxError: Unexpected token: operator (>)
And the imagemin-brunch
shows the error:
error: Image minification failed due to First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.
And if I remove these plugins everything works fine but I won't have the uglify and the img optimization. Can't find any others plugins