removed todo coments as per #1782

This commit is contained in:
Carlos Jimenez Ruiz 2019-10-14 12:01:19 +02:00
parent 4a6ff9ca20
commit 8291e97d74
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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();
});
}

View File

@ -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: [