mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
embark config
This commit is contained in:
parent
fe0bbc3559
commit
b3eedc4ba2
@ -2,9 +2,9 @@ let fs = require('./../../core/fs.js');
|
||||
let utils = require('./../../utils/utils.js');
|
||||
let async = require('async');
|
||||
class PluginCommand {
|
||||
constructor(embark, config) {
|
||||
constructor(embark) {
|
||||
this.embark = embark;
|
||||
this.config = config;
|
||||
this.config = this.embark.pluginConfig;
|
||||
this.embarkConfig = this.config.embarkConfig;
|
||||
this.registerCommand();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user