removed todo coments as per #1782
This commit is contained in:
parent
4a6ff9ca20
commit
8291e97d74
|
@ -69,7 +69,7 @@ function vnAcl(aclService, $timeout) {
|
|||
|
||||
if (!toAdd && position > -1)
|
||||
acls.splice(position, 1);
|
||||
// todo: add acl and enabled element if previusly was disabled
|
||||
// XXX: add acl and enabled element if previusly was disabled
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
|
@ -303,7 +303,7 @@ function webpackDevServer(done) {
|
|||
new WebpackDevServer(compiler, wpConfig.devServer)
|
||||
.listen(devServer.port, devServer.host, function(err) {
|
||||
if (err) throw new PluginError('webpack-dev-server', err);
|
||||
// TODO: Keep the server alive or continue?
|
||||
// XXX: Keep the server alive or continue?
|
||||
done();
|
||||
});
|
||||
}
|
||||
|
|
|
@ -55,7 +55,7 @@ let baseConfig = {
|
|||
}, {
|
||||
loader: 'sass-loader',
|
||||
options: {
|
||||
// FIXME: Don't work in Firefox
|
||||
// XXX: Don't work in Firefox
|
||||
// https://github.com/webpack-contrib/style-loader/issues/303
|
||||
// sourceMap: true,
|
||||
includePaths: [
|
||||
|
|
Loading…
Reference in New Issue