loader/teamix-debugger-loader.js (4 lines of code) (raw):

module.exports = function(source) { return source .replace(/\/\*\* -- teamix debugger start -- \*\*\/[\s\S]+?\/\*\* -- teamix debugger end -- \*\*\//g, "") };