Move everything to awx/ui_next (#297)

This commit is contained in:
Michael Abashian
2019-06-27 11:11:58 -04:00
committed by GitHub
parent 0a6fc8cb89
commit 43592cbe00
327 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
const path = require('path');
module.exports = {
process (src, filename) {
return `module.exports=${JSON.stringify(path.basename(filename))};`;
},
};

View File

@@ -0,0 +1 @@
module.exports = {};