-
For instance,
`config.wepack.js`
``` js
var webpack = require("webpack");
module.exports = [{
name: "NAME equal A",
plugins: [
new webpack.DefinePlugin({
NAME: JSON.stringify("A")
…
-
Hey JB,
I'm trying to implement `gremlin-javascript` with a custom server side serializer. For the client this should be pretty transparent as the response message structure doesn't change (only the …
-
Module not found: Error: Cannot resolve module 'fs' in node_modules\bunyan\node_modules\mv\node_modules\mkdirp
The 2 modules that doesn't work are:
- fs
- dtrace-provider
https://github.com/trentm/n…
-
Using `grunt-webpack` 1.0.8, `webpack` 1.4.8, `extract-text-webpack-plugin` 0.3.3, `style-loader` 0.8.1, `css-loader` 0.9.0, `less-loader` 0.7.7, running `grunt-wepack` on a watch task, the first time…
avaly updated
9 years ago
-
Hi, that was the real issue underneath. I spoke a bit with Leon, and we concluded it's ok to have an UMD build published in NPM - after all it's a superset of commonjs.
We inspected what nap is publi…
-
I'm using Wepack and the Less-loader to package all my JavaScript and CSS in a single file. I'm using the require syntax to import my LESS. For example,
`require('base.less');`
`require('more.less');…
-
Right now many plugins print a warning messages. But build tools has a log with many unnecessary messages, so this warnings become missed.
In 4.1 we will have special API for messages #177. So, maybe…
-
I couldn't see much info in the docs about this, so apologies if I'm missing a crucial step.
I've installed webpack and webpack-dev-server globally. I've got a new directory with an `index.js`:
``` …