|
@@ -1,4 +1,5 @@
|
|
|
const path = require('path');
|
|
|
+const question = path.resolve(__dirname, '../question-examine');
|
|
|
module.exports = {
|
|
|
publicPath: '/',
|
|
|
configureWebpack: config => {
|
|
@@ -9,6 +10,7 @@ module.exports = {
|
|
|
'@': path.resolve(__dirname, './src'),
|
|
|
'@c': path.resolve(__dirname, './src/components'),
|
|
|
'@a': path.resolve(__dirname, './src/assets'),
|
|
|
+ '@question': question,
|
|
|
},
|
|
|
},
|
|
|
});
|