We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bd46d commit 9b14de3Copy full SHA for 9b14de3
ember-cli-build.js
@@ -37,6 +37,9 @@ module.exports = function(defaults) {
37
},
38
autoImport: {
39
webpack: {
40
+ node: {
41
+ path: true // TODO: Remove after https://github.com/fossasia/open-event-frontend/issues/3956
42
+ },
43
plugins: env === 'production' ? [
44
new BundleAnalyzerPlugin({
45
analyzerMode : 'static',
package.json
@@ -32,7 +32,7 @@
32
"broccoli-asset-rev": "^3.0.0",
33
"broccoli-persistent-filter": "^2.0.0",
34
"ember-ajax": "5.0.0",
35
- "ember-auto-import": "^1.3.0",
+ "ember-auto-import": "^1.5.3",
36
"ember-cli": "~3.10.1",
"ember-cli-accounting": "^2.0.2",
"ember-cli-app-version": "^3.2.0",
0 commit comments