There was an error while loading. Please reload this page.
1 parent 9dcd192 commit c858d50Copy full SHA for c858d50
README.md
@@ -64,7 +64,7 @@ STATICFILES_DIRS = (
64
65
Assuming your webpack config lives at `./webpack.config.js` and looks like this
66
```javascript
67
-var path = require("path");
+var path = require('path');
68
var webpack = require('webpack');
69
var BundleTracker = require('webpack-bundle-tracker');
70
0 commit comments